HDK
|
Interface class for loading legacy tuple delta data. More...
#include <GA_AIFEdit.h>
Public Member Functions | |
virtual | ~GA_AIFEditDeltaTupleLegacyStream () |
virtual int | getTupleSize () const =0 |
virtual GA_Size | getDeltaCount () const =0 |
virtual bool | extractDelta (GA_Index &index, UT_Fpreal64Array &delta)=0 |
virtual bool | extractDelta (GA_Index &index, UT_Int64Array &delta)=0 |
virtual bool | extractDelta (GA_Index &index, UT_Fpreal32Array &delta)=0 |
virtual bool | extractDelta (GA_Index &index, UT_Int32Array &delta)=0 |
Interface class for loading legacy tuple 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 122 of file GA_AIFEdit.h.
|
inlinevirtual |
Definition at line 125 of file GA_AIFEdit.h.
|
pure virtual |
Extracting a delta will consume it, so these methods should be called exactly getDeltaCount() times.
|
pure virtual |
Extracting a delta will consume it, so these methods should be called exactly getDeltaCount() times.
|
pure virtual |
Extracting a delta will consume it, so these methods should be called exactly getDeltaCount() times.
|
pure virtual |
Extracting a delta will consume it, so these methods should be called exactly getDeltaCount() times.
|
pure virtual |
|
pure virtual |