15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/RefCountedObject.h" 40 void setFromRawData(
unsigned char data[],
size_t dataSizeInBytes);
41 bool save(
const Str& filename)
const;
43 VTFxZipMemFile* internal_vtfxZipMemFile();
44 const VTFxZipMemFile* internal_vtfxZipMemFile()
const;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A VTFx model file existing in memory.
Definition: VTFxMemoryFile.h:31
A general unicode based string class.
Definition: Str.h:28
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34