|
| | OBasePropertyT () |
|
| Base (ErrorHandler::Policy iPolicy) |
|
| Base (const Base &iCopy) |
|
Base & | operator= (const Base &iCopy) |
|
bool | valid () const |
|
void | reset () |
|
AbcA::ArrayPropertyWriterPtr | m_property |
◆ this_type
By convention we always define this_type in Abc classes Used by unspecified-bool-type conversion below
◆ OArrayProperty() [1/3]
| Alembic::Abc::ALEMBIC_VERSION_NS::OArrayProperty::OArrayProperty |
( |
| ) |
|
|
inline |
The default constructor creates an empty OArrayProperty function set. ...
◆ OArrayProperty() [2/3]
Create a new OArrayProperty named iName as a child of compound iParent, of data type iDataType. The remaining optional arguments can be used to override the ErrorHandlerPolicy, specify MetaData, and to specify time sampling or time sampling index.
◆ OArrayProperty() [3/3]
| Alembic::Abc::ALEMBIC_VERSION_NS::OArrayProperty::OArrayProperty |
( |
AbcA::ArrayPropertyWriterPtr | iPtr, |
|
|
const Argument & | iArg0 = Argument() ) |
|
inline |
This attaches an OArrayProperty wrapper around an existing ArrayPropertyWriterPtr, with an optional error handling policy.
◆ ~OArrayProperty()
| Alembic::Abc::ALEMBIC_VERSION_NS::OArrayProperty::~OArrayProperty |
( |
| ) |
|
Default copy constructor used Default assignment operator used.
Destructor ...
◆ getNumSamples()
| size_t Alembic::Abc::ALEMBIC_VERSION_NS::OArrayProperty::getNumSamples |
( |
| ) |
const |
Get the number of samples written so far. May change over time as more samples are written.
◆ getParent()
| OCompoundProperty Alembic::Abc::ALEMBIC_VERSION_NS::OArrayProperty::getParent |
( |
| ) |
const |
◆ set()
| void Alembic::Abc::ALEMBIC_VERSION_NS::OArrayProperty::set |
( |
const AbcA::ArraySample & | iSample | ) |
|
Set a sample from the address of a datum. ...
◆ setFromPrevious()
| void Alembic::Abc::ALEMBIC_VERSION_NS::OArrayProperty::setFromPrevious |
( |
| ) |
|
Set a sample from the previous sample. ...
◆ setTimeSampling() [1/2]
| void Alembic::Abc::ALEMBIC_VERSION_NS::OArrayProperty::setTimeSampling |
( |
AbcA::TimeSamplingPtr | iTime | ) |
|
Changes the TimeSampling used by this property. If the TimeSampling is changed to Acyclic and the number of samples currently set is more than the number of times provided in the Acyclic TimeSampling, an exception will be thrown.
◆ setTimeSampling() [2/2]
| void Alembic::Abc::ALEMBIC_VERSION_NS::OArrayProperty::setTimeSampling |
( |
uint32_t | iIndex | ) |
|
Changes the TimeSampling used by this property. If the TimeSampling is changed to Acyclic and the number of samples currently set is more than the number of times provided in the Acyclic TimeSampling, an exception will be thrown.
The documentation for this class was generated from the following files: