15 #include "CeeVTFx/Base.h"
16 #include "CeeVTFx/Block.h"
17 #include "CeeCore/Str.h"
19 class VTFxGeometryInfoBlock;
35 size_t geometryCountPerState()
const;
37 size_t partCount(
size_t geometryIndex)
const;
38 int partId(
size_t geometryIndex,
size_t partIndex)
const;
39 Str partName(
size_t geometryIndex,
size_t partIndex)
const;
40 void addPartInfo(
size_t geometryIndex,
int id,
const Str& name);
45 VTFxBlock* internal_vtfxBlock()
const;
48 friend class DatabasePrivate;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppAssert.cpp:18
A general unicode based string class.
Definition: Str.h:28
Abstract base class for all VTFx blocks.
Definition: Block.h:29
A block that associates geometries to part names.
Definition: GeometryInfoBlock.h:29