37#ifndef Alembic_AbcCoreAbstract_ArraySampleKey_h
38#define Alembic_AbcCoreAbstract_ArraySampleKey_h
40#include <Alembic/AbcCoreAbstract/Foundation.h>
41#include <Alembic/AbcCoreAbstract/DataType.h>
44namespace AbcCoreAbstract {
45namespace ALEMBIC_VERSION_NS {
65 ( digest == iRhs.digest ) );
79 ( digest < iRhs.digest ) ) ) ) ) ) );
90 typedef bool result_type;
107 return *((
const size_t * )&a.digest);
114 typedef size_t result_type;
123template <
class MAPPED>
134using namespace ALEMBIC_VERSION_NS;
Definition Foundation.h:120
Alembic namespace ...
Definition ArchiveInfo.cpp:39
Definition ArraySampleKey.h:87
Definition ArraySampleKey.h:48
uint64_t numBytes
total number of bytes of the sample as originally stored
Definition ArraySampleKey.h:50
PlainOldDataType origPOD
Original POD as stored.
Definition ArraySampleKey.h:53
PlainOldDataType readPOD
POD used at read time.
Definition ArraySampleKey.h:56
Definition ArraySampleKey.h:112
Definition ArraySampleKey.h:125