|
|
typedef IBasePropertyT< AbcA::ScalarPropertyReaderPtr > | this_type |
|
typedef IBasePropertyT< AbcA::ScalarPropertyReaderPtr > | operator_bool_base_type |
| | IBasePropertyT () |
|
| Base (ErrorHandler::Policy iPolicy) |
|
| Base (const Base &iCopy) |
|
Base & | operator= (const Base &iCopy) |
|
bool | valid () const |
|
void | reset () |
|
AbcA::ScalarPropertyReaderPtr | m_property |
◆ this_type
By convention we always define this_type in Abc classes Used by unspecified-bool-type conversion below
◆ IScalarProperty() [1/3]
| Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::IScalarProperty |
( |
| ) |
|
|
inline |
◆ IScalarProperty() [2/3]
| Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::IScalarProperty |
( |
const ICompoundProperty & | iParent, |
|
|
const std::string & | iName, |
|
|
const Argument & | iArg0 = Argument() ) |
This constructor creates a new scalar 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.
◆ IScalarProperty() [3/3]
| Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::IScalarProperty |
( |
AbcA::ScalarPropertyReaderPtr | iPtr, |
|
|
const Argument & | iArg0 = Argument() ) |
|
inline |
This attaches an IScalarProperty wrapper around an existing ScalarPropertyReaderPtr, with an optional error handling policy.
- Parameters
-
| iPtr | The pointer ... |
| iArg0 | Optional error handling policy ... |
◆ ~IScalarProperty()
| Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::~IScalarProperty |
( |
| ) |
|
Default copy constructor used Default assignment operator used.
Destructor ...
◆ get()
Get a sample into the address of a datum. ...
◆ getNumSamples()
| size_t Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::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.
◆ getParent()
| ICompoundProperty Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::getParent |
( |
| ) |
const |
◆ getTimeSampling()
| AbcA::TimeSamplingPtr Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::getTimeSampling |
( |
| ) |
const |
Time information. This will be valid regardless of TimeSamplingType or number of samples.
◆ isConstant()
| bool Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::isConstant |
( |
| ) |
const |
Ask if we're constant - no change in value amongst samples, regardless of the time sampling.
The documentation for this class was generated from the following files: