|
| | OScalarProperty () |
| | OScalarProperty (AbcA::CompoundPropertyWriterPtr iParent, const std::string &iName, const AbcA::DataType &iDataType, const Argument &iArg0=Argument(), const Argument &iArg1=Argument(), const Argument &iArg2=Argument(), const Argument &iArg3=Argument()) |
| | OScalarProperty (OCompoundProperty iParent, const std::string &iName, const AbcA::DataType &iDataType, const Argument &iArg0=Argument(), const Argument &iArg1=Argument(), const Argument &iArg2=Argument()) |
| | OScalarProperty (AbcA::ScalarPropertyWriterPtr iPtr, ErrorHandler::Policy iPolicy=ErrorHandler::kThrowPolicy) |
|
| OScalarProperty (AbcA::ScalarPropertyWriterPtr iPtr, WrapExistingFlag iWrapFlag, ErrorHandler::Policy iPolicy=ErrorHandler::kThrowPolicy) |
| | ~OScalarProperty () |
| size_t | getNumSamples () const |
| void | set (const void *iSample) |
| void | setFromPrevious () |
| void | setTimeSampling (uint32_t iIndex) |
| void | setTimeSampling (AbcA::TimeSamplingPtr iTime) |
| OCompoundProperty | getParent () const |
| const AbcA::PropertyHeader & | getHeader () const |
| const std::string & | getName () const |
| AbcA::PropertyType | getPropertyType () const |
| bool | isScalar () const |
| bool | isArray () const |
| bool | isCompound () const |
| bool | isSimple () const |
| const AbcA::MetaData & | getMetaData () const |
| const AbcA::DataType & | getDataType () const |
| AbcA::TimeSamplingPtr | getTimeSampling () const |
| OObject | getObject () const |
| AbcA::ScalarPropertyWriterPtr | getPtr () const |
| void | reset () |
| bool | valid () const |
| | ALEMBIC_OPERATOR_BOOL (valid()) |
|
ErrorHandler & | getErrorHandler () const |
|
ErrorHandler::Policy | getErrorHandlerPolicy () const |
|
| | OBasePropertyT () |
|
| Base (ErrorHandler::Policy iPolicy) |
|
| Base (const Base &iCopy) |
|
Base & | operator= (const Base &iCopy) |
|
bool | valid () const |
|
void | reset () |
|
AbcA::ScalarPropertyWriterPtr | m_property |
◆ this_type
By convention we always define this_type in Abc classes Used by unspecified-bool-type conversion below
◆ OScalarProperty() [1/4]
| Alembic::Abc::ALEMBIC_VERSION_NS::OScalarProperty::OScalarProperty |
( |
| ) |
|
|
inline |
◆ OScalarProperty() [2/4]
Create a new OScalarProperty named iName as a child of compound iParent, of data type iDataType. The remaining optional arguments can be used the inherited parent ErrorHandlerPolicy, an override to that policy, specify MetaData, and to specify time sampling or time sampling index.
◆ OScalarProperty() [3/4]
Create a new OScalarProperty 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.
◆ OScalarProperty() [4/4]
| Alembic::Abc::ALEMBIC_VERSION_NS::OScalarProperty::OScalarProperty |
( |
AbcA::ScalarPropertyWriterPtr | iPtr, |
|
|
ErrorHandler::Policy | iPolicy = ErrorHandler::kThrowPolicy ) |
|
inline |
This attaches an OScalarProperty wrapper around an existing ScalarPropertyWriterPtr, arguments are there to specify ErrorHandling policy,
◆ ~OScalarProperty()
| Alembic::Abc::ALEMBIC_VERSION_NS::OScalarProperty::~OScalarProperty |
( |
| ) |
|
Default copy constructor used Default assignment operator used.
Destructor ...
◆ getNumSamples()
| size_t Alembic::Abc::ALEMBIC_VERSION_NS::OScalarProperty::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. It make change over time as more samples are written.
◆ getParent()
| OCompoundProperty Alembic::Abc::ALEMBIC_VERSION_NS::OScalarProperty::getParent |
( |
| ) |
const |
◆ set()
| void Alembic::Abc::ALEMBIC_VERSION_NS::OScalarProperty::set |
( |
const void * | iSample | ) |
|
Set a sample from the address of a datum. ...
◆ setFromPrevious()
| void Alembic::Abc::ALEMBIC_VERSION_NS::OScalarProperty::setFromPrevious |
( |
| ) |
|
Set a sample from the previous sample. ...
◆ setTimeSampling() [1/2]
| void Alembic::Abc::ALEMBIC_VERSION_NS::OScalarProperty::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::OScalarProperty::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: