#include <ReadArraySampleCache.h>
A ReadArraySampleID is a bundle that contains a pointer to the ArraySample itself, along with the sample's key.
◆ this_type
By convention, we define the typedef this_type. This is used by the unspecified-bool-type cast below.
◆ ReadArraySampleID()
| Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ReadArraySampleID::ReadArraySampleID |
( |
| ) |
|
|
inline |
Default constructor creates empty ID ...
◆ ALEMBIC_OPERATOR_BOOL()
| Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ReadArraySampleID::ALEMBIC_OPERATOR_BOOL |
( |
valid() | | ) |
|
Unspecified bool type cast ...
◆ getKey()
| const ArraySample::Key & Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ReadArraySampleID::getKey |
( |
| ) |
const |
|
inline |
Default copy constructor Default assignment operator.
Return the sample key ...
◆ getSample()
| ArraySamplePtr Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ReadArraySampleID::getSample |
( |
| ) |
const |
|
inline |
Return the sample itself. ...
◆ valid()
| bool Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ReadArraySampleID::valid |
( |
| ) |
const |
|
inline |
Return whether or not this read sample is valid ...
The documentation for this class was generated from the following file: