|
| | GvRealGroupData () |
| |
| virtual | ~GvRealGroupData () |
| |
| virtual Int32 | GetType () const |
| |
| | GvRealNodeData () |
| |
| virtual | ~GvRealNodeData () |
| |
| virtual Bool | Init () |
| |
| 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 | IsInstanceOf (const GeListNode *node, Int32 type) const |
| |
| virtual Int32 | GetChunkLevel () |
| |
| Bool | CopyData (GvRealNodeData *dest, AliasTrans *trn=nullptr) |
| |
| Int32 | GetGvNodeIndex () const |
| |
| GvPortArray & | GetInPorts () |
| |
| GvPortArray & | GetOutPorts () |
| |
| Int32 | GetInPortCount () const |
| |
| Int32 | GetOutPortCount () const |
| |
| GvRealPort * | GetInPort (Int32 n) const |
| |
| GvRealPort * | GetOutPort (Int32 n) const |
| |
| GvRealPort * | GetInPortSubID (Int32 id) const |
| |
| GvRealPort * | GetOutPortSubID (Int32 id) const |
| |
| GvRealPort * | GetPortSubID (Int32 id) const |
| |
| GvRealPort * | AddPortIntern (GvPortIO io, Int32 id, GvPortFlags flags, Int32 sub_id, Int32 data_id) |
| |
| Int32 | GetUniquePortID () |
| |
| void | SetGvNodeIndex (Int32 t_index) |
| |
| virtual Bool | IsInstanceOf (cineware::Int32 id) const |
| |
| | NodeData () |
| |
| BaseList2D * | GetNode () |
| |
| void | SetNode (BaseList2D *ptr) |
| |
| BaseTag * | GetTag (Int32 id) |
| |
| BaseTag * | MakeTag (Int32 id) |
| |
| | PrivateChunk () |
| |
| Bool | ReadChunk (HyperFile *hf, Bool keepin=false, Bool noheader=false) |
| |
| virtual Bool | IsListHead () |
| |
| virtual Int32 | GetInstanceType () const |
| |
| Bool | ReadObject (HyperFile *hf, Bool readheader) |
| |
| Bool | WriteObject (HyperFile *hf, Int32 type) |
| |
| Bool | CopyTo (PrivateChunk *dest, COPYFLAGS flags, AliasTrans *trans) |
| |
| virtual Bool | GetDParameter (const DescID &id, GeData &data) |
| |
| virtual Bool | SetDParameter (const DescID &id, const GeData &data) |
| |
| Bool | GetParameter (Int32 id, GeData &data) |
| |
| Bool | SetParameter (Int32 id, const GeData &data) |
| |
| Bool | GetParameter (const DescID &id, GeData &data) |
| |
| Bool | SetParameter (const DescID &id, const GeData &data) |
| |
| PrivateChunk * | GetNext () const |
| |
| PrivateChunk * | GetPrev () const |
| |
| void | InsertBefore (PrivateChunk *n) |
| |
| void | InsertAfter (PrivateChunk *n) |
| |
| void | Remove () |
| |