15 #include "CeeCore/Mat4d.h"
16 #include "CeeVTFx/Base.h"
17 #include "CeeVTFx/Block.h"
21 class VTFxTransformationResultValuesBlock;
37 int mapToBlockId(
BlockType* blockType)
const;
41 void setMatrix(
const Mat4d& matrix);
43 bool checkValidity()
const;
47 VTFxBlock* internal_vtfxBlock()
const;
50 friend class DatabasePrivate;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppAssert.cpp:18
BlockType
Global block type constants used by Ceetron Export. Normally users do not need these, except for some methods of TransformationResultValuesBlock.
Definition: Block.h:35
Abstract base class for all VTFx blocks.
Definition: Block.h:29
4 dimensional matrix.
Definition: Mat4d.h:26