#include <c4d_fracturevoronoidata.h>
Public Types | |
typedef NodeData | SUPER |
![]() | |
typedef PrivateChunk | SUPER |
Static Protected Member Functions | |
static NodeData * | Alloc () |
Private Member Functions | |
virtual Bool | Init () |
virtual void | Free () |
virtual Int32 | GetChunkLevel () |
virtual Bool | Read (HyperFile *hf, Int32 id, Int32 level) |
virtual Bool | Write (HyperFile *hf) |
virtual Bool | CopyToX (PrivateChunk *dest, COPYFLAGS flags, AliasTrans *trn) |
Private Attributes | |
RootObject * | _head |
Bool | _createDefaultPointGen |
LoadSelectionTagData | _loadSelectionTags |
BaseArray< BaseLink * > | _selectionTags |
Friends | |
class | BaseObject |
Additional Inherited Members | |
![]() | |
virtual Bool | Execute () |
virtual Int32 | GetDiskType () const |
virtual Bool | TranslateDescID (GeListNode *node, const DescID &id, DescID &res_id, GeListNode *&res_at) |
![]() | |
virtual Bool | HandleSubChunk (HyperFile *hf, Int32 id, Int32 level) |
Node data class for Cinema 4D's Mograph Fracture Voronoi object.
|
virtual |
Reimplemented from NodeData.
|
staticprotected |
|
privatevirtual |
Called when an instance of a derived node data class needs to be initialized.
Reimplemented from NodeData.
|
privatevirtual |
Reimplemented from NodeData.
|
privatevirtual |
Reimplemented from PrivateChunk.
Reads the node from a hyper file.
[in] | hf | The hyper file to read from. Cineware SDK owns the pointed hyper file. |
[in] | id | The ID of the node to read. |
[in] | level | The disklevel of the node to read. |
Reimplemented from NodeData.
Reimplemented from PrivateChunk.
|
privatevirtual |
Private.
Reimplemented from NodeData.
|
friend |
|
private |
|
private |
|
private |