HDK
|
#include <IArrayProperty.h>
Public Types | |
typedef IArrayProperty | this_type |
Additional Inherited Members | |
Protected Types inherited from Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< AbcA::ArrayPropertyReaderPtr > | |
typedef IBasePropertyT < AbcA::ArrayPropertyReaderPtr > | this_type |
typedef IBasePropertyT < AbcA::ArrayPropertyReaderPtr > | operator_bool_base_type |
Protected Member Functions inherited from Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< AbcA::ArrayPropertyReaderPtr > | |
IBasePropertyT () | |
IBasePropertyT (AbcA::ArrayPropertyReaderPtriPtr, ErrorHandler::Policy iPolicy) | |
Protected Member Functions inherited from Alembic::Abc::ALEMBIC_VERSION_NS::Base | |
Base () | |
Base (ErrorHandler::Policy iPolicy) | |
Base (const Base &iCopy) | |
Base & | operator= (const Base &iCopy) |
bool | valid () const |
void | reset () |
Protected Attributes inherited from Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< AbcA::ArrayPropertyReaderPtr > | |
AbcA::ArrayPropertyReaderPtr | m_property |
Definition at line 52 of file IArrayProperty.h.
By convention we always define this_type in Abc classes Used by unspecified-bool-type conversion below
Definition at line 58 of file IArrayProperty.h.
|
inline |
The default constructor creates an empty IArrayProperty function set. ...
Definition at line 66 of file IArrayProperty.h.
Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::IArrayProperty | ( | const ICompoundProperty & | iParent, |
const std::string & | iName, | ||
const Argument & | iArg0 = Argument() , |
||
const Argument & | iArg1 = Argument() |
||
) |
This constructor creates a new array property reader. The first argument is the parent ICompundProperty, from which the error handler policy for inheritance is also derived. The remaining optional arguments can be used to override the ErrorHandlerPolicy, and that's it.
|
inline |
This attaches an IArrayProperty wrapper around an existing ArrayPropertyReaderPtr, with an optional error handling policy.
iPtr | The pointer ... |
iArg0 | Optional error handling policy ... |
Definition at line 80 of file IArrayProperty.h.
|
inline |
Definition at line 92 of file IArrayProperty.h.
Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::~IArrayProperty | ( | ) |
Default copy constructor used Default assignment operator used. Destructor ...
void Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::get | ( | AbcA::ArraySamplePtr & | oSample, |
const ISampleSelector & | iSS = ISampleSelector() |
||
) | const |
Get a sample into the address of a datum. ...
void Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::getAs | ( | void * | oSample, |
AbcA::PlainOldDataType | iPod, | ||
const ISampleSelector & | iSS = ISampleSelector() |
||
) |
Get a sample into the address of a datum as a particular POD type.
void Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::getAs | ( | void * | oSample, |
const ISampleSelector & | iSS = ISampleSelector() |
||
) |
Get a sample into the address of a datum as the POD type of this array property.
void Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::getDimensions | ( | Util::Dimensions & | oDim, |
const ISampleSelector & | iSS = ISampleSelector() |
||
) | const |
Get the dimensions of the datum.
bool Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::getKey | ( | AbcA::ArraySampleKey & | oKey, |
const ISampleSelector & | iSS = ISampleSelector() |
||
) | const |
Get a key from an address of a datum. ...
size_t Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::getNumSamples | ( | ) | const |
Return the number of samples contained in the property. This can be any number, including zero. This returns the number of samples that were written, independently of whether or not they were constant.
ICompoundProperty Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::getParent | ( | ) | const |
Return the parent compound property, handily wrapped in a ICompoundProperty wrapper.
AbcA::TimeSamplingPtr Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::getTimeSampling | ( | ) | const |
Time information.
bool Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::isConstant | ( | ) | const |
Ask if we're constant - no change in value amongst samples, regardless of the time sampling.
bool Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty::isScalarLike | ( | ) | const |
Ask if we are like a scalar - we have 1 and only 1 DataType per sample.