#include <opennurbs_workspace.h>
◆ ON_Workspace() [1/2]
ON_Workspace::ON_Workspace |
( |
| ) |
|
◆ ~ON_Workspace()
ON_Workspace::~ON_Workspace |
( |
| ) |
|
◆ ON_Workspace() [2/2]
◆ GetDoubleMemory() [1/2]
double * ON_Workspace::GetDoubleMemory |
( |
size_t | count | ) |
|
◆ GetDoubleMemory() [2/2]
double ** ON_Workspace::GetDoubleMemory |
( |
size_t | row_count, |
|
|
size_t | col_count ) |
◆ GetIntMemory() [1/2]
int * ON_Workspace::GetIntMemory |
( |
size_t | count | ) |
|
◆ GetIntMemory() [2/2]
int ** ON_Workspace::GetIntMemory |
( |
size_t | row_count, |
|
|
size_t | col_count ) |
◆ GetMemory()
void * ON_Workspace::GetMemory |
( |
size_t | sz | ) |
|
◆ GetPointMemory()
ON_3dPoint * ON_Workspace::GetPointMemory |
( |
size_t | count | ) |
|
◆ GetVectorMemory()
ON_3dVector * ON_Workspace::GetVectorMemory |
( |
size_t | count | ) |
|
◆ GrowDoubleMemory()
double * ON_Workspace::GrowDoubleMemory |
( |
double * | ptr, |
|
|
size_t | count ) |
◆ GrowIntMemory()
int * ON_Workspace::GrowIntMemory |
( |
int * | ptr, |
|
|
size_t | count ) |
◆ GrowMemory()
void * ON_Workspace::GrowMemory |
( |
void * | ptr, |
|
|
size_t | sz ) |
◆ GrowPointMemory()
◆ GrowVectorMemory()
◆ KeepFile()
int ON_Workspace::KeepFile |
( |
FILE * | fileptr | ) |
|
◆ KeepMemory()
int ON_Workspace::KeepMemory |
( |
void * | ptr | ) |
|
◆ OpenFile() [1/2]
FILE * ON_Workspace::OpenFile |
( |
const char * | filename, |
|
|
const char * | filemode ) |
◆ OpenFile() [2/2]
FILE * ON_Workspace::OpenFile |
( |
const wchar_t * | filename, |
|
|
const wchar_t * | filemode ) |
◆ operator=()
◆ m_pFileBlk
◆ m_pMemBlk
The documentation for this class was generated from the following files: