#include <c4d_expressotagdata.h>

Public Types | |
| typedef NodeData | SUPER | 
  Public Types inherited from NodeData | |
| typedef PrivateChunk | SUPER | 
Private Member Functions | |
| virtual Int32 | GetChunkLevel () | 
| GvExpressionData () | |
| ~GvExpressionData () | |
| virtual Bool | Init () | 
| virtual void | Free () | 
| virtual Bool | GetDParameter (const DescID &id, GeData &t_data) | 
| virtual Bool | SetDParameter (const DescID &id, const GeData &t_data) | 
| 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 | |
| GvRealNodeMaster * | master | 
Alloc | |
| static NodeData * | Alloc () | 
Additional Inherited Members | |
  Protected Member Functions inherited from NodeData | |
| 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 Xpresso tag.
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  virtual | 
Reimplemented from NodeData.
      
  | 
  privatevirtual | 
Reimplemented from PrivateChunk.
      
  | 
  privatevirtual | 
Called when an instance of a derived node data class needs to be initialized.
Reimplemented from NodeData.
      
  | 
  privatevirtual | 
Reimplemented from NodeData.
Reimplemented from PrivateChunk.
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.
      
  | 
  static | 
Allocates a weight tag node data. Destroy the allocated weight tag node data with Free().
      
  | 
  private |