#include <basic/geometry/IGS/IGS_FileIo.h>
Public Member Functions | |
IGS_FileIo () | |
IGS_FileIo (const IGS_FileIo &right) | |
~IGS_FileIo () | |
void | AddObject (IGS_Object *addme) |
void | ClearObjects () |
void | SaveObjectsToFile (const char *filename) |
Protected Member Functions | |
void | ReallocateBuffer (const int bufferSize) |
Protected Attributes | |
char * | m_Buffer |
int | m_BufferSize |
std::vector< IGS_Object * > | m_Objects |
Definition at line 7 of file IGS_FileIo.h.
|
Definition at line 10 of file IGS_FileIo.cpp. |
|
Definition at line 22 of file IGS_FileIo.cpp. |
|
Definition at line 32 of file IGS_FileIo.cpp. References m_Buffer, and m_BufferSize. |
|
Definition at line 44 of file IGS_FileIo.cpp. References m_Objects. |
|
Definition at line 54 of file IGS_FileIo.cpp. References m_Objects. |
|
Definition at line 64 of file IGS_FileIo.cpp. References m_Buffer, and m_BufferSize. |
|
Definition at line 76 of file IGS_FileIo.cpp. References m_Objects. |
|
Definition at line 22 of file IGS_FileIo.h. Referenced by ReallocateBuffer(), and ~IGS_FileIo(). |
|
Definition at line 23 of file IGS_FileIo.h. Referenced by ReallocateBuffer(), and ~IGS_FileIo(). |
|
Definition at line 24 of file IGS_FileIo.h. Referenced by AddObject(), ClearObjects(), and SaveObjectsToFile(). |