|
| virtual Bool | IsInstanceOf (cineware::Int32 id) const |
| |
| | BaseTakeData () |
| |
| | ~BaseTakeData () |
| |
| 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) |
| |
| virtual Bool | GetDParameter (const DescID &id, GeData &t_data) |
| |
| virtual Bool | SetDParameter (const DescID &id, const GeData &t_data) |
| |
| Bool | IsMain () |
| |
| void | SetMain (Bool isMain=true) |
| |
| Bool | GetOverrides (GeTempDynArray< GeListNode > &selection) |
| |
| Bool | GetOverrideGroups (GeTempDynArray< GeListNode > &selection) |
| |
| BaseOverrideGroup * | AddOverrideGroup () |
| |
| BaseOverrideGroup * | GetFirstOverrideGroup () |
| |
| BaseObject * | GetCamera (TakeData *takeData) |
| |
| BaseObject * | GetEffectiveCamera (TakeData *takeData, BaseTake *&resultTake) |
| |
| void | SetCamera (TakeData *takeData, BaseObject *camera) |
| |
| RenderData * | GetRenderData (TakeData *takeData) |
| |
| RenderData * | GetEffectiveRenderData (TakeData *takeData, BaseTake *&resultTake) |
| |
| void | SetRenderData (TakeData *takeData, RenderData *rData) |
| |
| Bool | CompactTake (BaseDocument *doc) |
| |
| Bool | RestoreTake (BaseDocument *doc) |
| |
| BaseOverride * | FindOverride (BaseDocument *doc, BaseList2D *node) |
| |
| BaseList2D * | AddFolder (Int32 folderType) |
| |
| BaseList2D * | GetFolder (Int32 folderType) |
| |
| BaseList2D * | GetOrAddFolder (Int32 folderType) |
| |
| void | DeleteFolder (BaseList2D *folder) |
| |
| void | Reset () |
| |
| | 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 | GetType () const |
| |
| virtual Int32 | GetInstanceType () const |
| |
| Bool | ReadObject (HyperFile *hf, Bool readheader) |
| |
| Bool | WriteObject (HyperFile *hf, Int32 type) |
| |
| Bool | CopyTo (PrivateChunk *dest, COPYFLAGS flags, AliasTrans *trans) |
| |
| 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 () |
| |