HDK
|
#include <ArraySampleKey.h>
Public Member Functions | |
bool | operator== (const ArraySampleKey &iRhs) const |
bool | operator< (const ArraySampleKey &iRhs) const |
Public Attributes | |
uint64_t | numBytes |
total number of bytes of the sample as originally stored More... | |
PlainOldDataType | origPOD |
Original POD as stored. More... | |
PlainOldDataType | readPOD |
POD used at read time. More... | |
Digest | digest |
Definition at line 47 of file ArraySampleKey.h.
|
inline |
Definition at line 68 of file ArraySampleKey.h.
|
inline |
Definition at line 60 of file ArraySampleKey.h.
Digest Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArraySampleKey::digest |
Definition at line 58 of file ArraySampleKey.h.
uint64_t Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArraySampleKey::numBytes |
total number of bytes of the sample as originally stored
Definition at line 50 of file ArraySampleKey.h.
PlainOldDataType Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArraySampleKey::origPOD |
Original POD as stored.
Definition at line 53 of file ArraySampleKey.h.
PlainOldDataType Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArraySampleKey::readPOD |
POD used at read time.
Definition at line 56 of file ArraySampleKey.h.