#include <c4d_pointgenerator.h>

Public Types | |
| typedef NodeData | SUPER |
Public Types inherited from NodeData | |
| typedef PrivateChunk | SUPER |
Static Public Member Functions | |
| static NodeData * | Alloc () |
Private Member Functions | |
| 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) |
| virtual Bool | SetDParameter (const DescID &id, const GeData &t_data) |
| virtual Bool | GetDParameter (const DescID &id, GeData &t_data) |
Private Attributes | |
| Int32 | _generatorType |
Additional Inherited Members | |
Protected Member Functions inherited from NodeData | |
| virtual void | Free () |
| virtual Bool | Execute () |
| virtual Int32 | GetDiskType () const |
| virtual Bool | TranslateDescID (GeListNode *node, const DescID &id, DescID &res_id, GeListNode *&res_at) |
Protected Member Functions inherited from PrivateChunk | |
| virtual Bool | HandleSubChunk (HyperFile *hf, Int32 id, Int32 level) |
Node data class for Cinema 4D's Point Source Distribution of the Fracture Voronoi object.
| PointGenerator | ( | ) |
| ~PointGenerator | ( | ) |
|
virtual |
Reimplemented from NodeData.
|
static |
|
virtual |
Called when an instance of a derived node data class needs to be initialized.
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.
Reimplemented from PrivateChunk.
Reimplemented from PrivateChunk.
|
private |