|
virtual | ~GA_AIFEditDeltaIndexPairLegacyStream () |
|
virtual int | getObjectCount () const =0 |
|
virtual int | getPropertyCount () const =0 |
|
virtual bool | getPropertyInfo (int prop_index, UT_String &name, GA_Storage &storage, int &size) const =0 |
|
virtual bool | getPropertyDefault (int prop_index, UT_StringArray &def) const =0 |
|
virtual bool | getPropertyDefault (int prop_index, UT_IntArray &def) const =0 |
|
virtual bool | getPropertyDefault (int prop_index, UT_FloatArray &def) const =0 |
|
virtual bool | getPropertyValue (int obj_index, int prop_index, UT_StringArray &value) const =0 |
|
virtual bool | getPropertyValue (int obj_index, int prop_index, UT_IntArray &value) const =0 |
|
virtual bool | getPropertyValue (int obj_index, int prop_index, UT_FloatArray &value) const =0 |
|
virtual GA_Size | extractObjectDeltaCount ()=0 |
|
virtual bool | extractObjectDelta (GA_Index &index, fpreal &delta)=0 |
|
Interface class for loading legacy index pair delta data.
An interface class to allow a GA_AIFEditDelta implementation to load a legacy stream without specific knowledge of the stream format.
Definition at line 148 of file GA_AIFEdit.h.