|
C++ API Reference
|
This is the complete list of members for MPxCacheFormat, including all inherited members.
| beginReadChunk() | MPxCacheFormat | virtual |
| beginWriteChunk() | MPxCacheFormat | virtual |
| className() | MPxCacheFormat | static |
| close() | MPxCacheFormat | virtual |
| endReadChunk() | MPxCacheFormat | virtual |
| endWriteChunk() | MPxCacheFormat | virtual |
| extension() | MPxCacheFormat | virtual |
| FileAccessMode enum name | MPxCacheFormat | |
| findChannelName(const MString &name) | MPxCacheFormat | virtual |
| findTime(MTime &time, MTime &foundTime) | MPxCacheFormat | virtual |
| handlesDescription() | MPxCacheFormat | virtual |
| isValid() | MPxCacheFormat | virtual |
| kRead enum value | MPxCacheFormat | |
| kReadWrite enum value | MPxCacheFormat | |
| kWrite enum value | MPxCacheFormat | |
| MPxCacheFormat() | MPxCacheFormat | |
| open(const MString &fileName, FileAccessMode mode) | MPxCacheFormat | virtual |
| readArraySize() | MPxCacheFormat | virtual |
| readChannelName(MString &name) | MPxCacheFormat | virtual |
| readDescription(MCacheFormatDescription &description, const MString &descriptionFileLocation, const MString &baseFileName) | MPxCacheFormat | virtual |
| readDoubleArray(MDoubleArray &, unsigned size) | MPxCacheFormat | virtual |
| readDoubleVectorArray(MVectorArray &, unsigned arraySize) | MPxCacheFormat | virtual |
| readFloatArray(MFloatArray &, unsigned size) | MPxCacheFormat | virtual |
| readFloatVectorArray(MFloatVectorArray &array, unsigned arraySize) | MPxCacheFormat | virtual |
| readHeader() | MPxCacheFormat | virtual |
| readInt32() | MPxCacheFormat | virtual |
| readIntArray(MIntArray &, unsigned size) | MPxCacheFormat | virtual |
| readNextTime(MTime &foundTime) | MPxCacheFormat | virtual |
| readTime(MTime &time) | MPxCacheFormat | virtual |
| rewind() | MPxCacheFormat | virtual |
| writeChannelName(const MString &name) | MPxCacheFormat | virtual |
| writeDescription(const MCacheFormatDescription &description, const MString &descriptionFileLocation, const MString &baseFileName) | MPxCacheFormat | virtual |
| writeDoubleArray(const MDoubleArray &) | MPxCacheFormat | virtual |
| writeDoubleVectorArray(const MVectorArray &array) | MPxCacheFormat | virtual |
| writeFloatArray(const MFloatArray &) | MPxCacheFormat | virtual |
| writeFloatVectorArray(const MFloatVectorArray &array) | MPxCacheFormat | virtual |
| writeHeader(const MString &version, MTime &startTime, MTime &endTime) | MPxCacheFormat | virtual |
| writeInt32(int) | MPxCacheFormat | virtual |
| writeIntArray(const MIntArray &) | MPxCacheFormat | virtual |
| writeTime(MTime &time) | MPxCacheFormat | virtual |
| ~MPxCacheFormat() | MPxCacheFormat | virtual |