0.44.0
|
#include <ompfTransformChunk.h>
Inherits OMPF::ompfBaseChunk.
Public Member Functions | |
ompfTransformChunk () | |
virtual | ~ompfTransformChunk ()=default |
uint32 | getSize (const ompfSettings &settings) override |
void | setMatrix (const iaMatrixf &matrix) |
void | getMatrix (iaMatrixf &matrix) const |
Public Member Functions inherited from OMPF::ompfBaseChunk | |
ompfBaseChunk (OMPFChunkType typeID) | |
virtual | ~ompfBaseChunk ()=default |
virtual bool | write (std::ofstream &stream, const ompfSettings &settings) |
virtual bool | read (std::ifstream &stream, ompfSettings &settings) |
void | insertChunk (ompfBaseChunk *chunk) |
void | removeChunk (ompfBaseChunk *chunk) |
bool | hasParent () const |
uint32 | getParentID () const |
void | setParentID (const uint32 parentID) |
bool | hasChildren () const |
const std::vector< ompfBaseChunk * > & | getChildren () const |
void | setID (const uint32 chunkID) |
uint32 | getID () const |
virtual uint32 | getSize (const ompfSettings &settings) |
OMPFChunkType | getType () const |
void | setName (const iaString &name) |
iaString | getName () const |
transformation chunk
OMPF::ompfTransformChunk::ompfTransformChunk | ( | ) |
does nothing
|
virtualdefault |
does nothing
void OMPF::ompfTransformChunk::getMatrix | ( | iaMatrixf & | matrix | ) | const |
returns transformation matrix
[out] | matrix | returned transformation matrix |
|
overridevirtual |
settings | the settings the size calculation is based on |
Reimplemented from OMPF::ompfBaseChunk.
void OMPF::ompfTransformChunk::setMatrix | ( | const iaMatrixf & | matrix | ) |
sets transformation matrix
matrix | transformation matrix |