HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArraySampleKey Struct Reference

#include <ArraySampleKey.h>

+ Inheritance diagram for Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArraySampleKey:

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
 

Detailed Description

Definition at line 47 of file ArraySampleKey.h.

Member Function Documentation

bool Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArraySampleKey::operator< ( const ArraySampleKey iRhs) const
inline

Definition at line 68 of file ArraySampleKey.h.

bool Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArraySampleKey::operator== ( const ArraySampleKey iRhs) const
inline

Definition at line 60 of file ArraySampleKey.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: