|
| | ITypedScalarProperty () |
| | ITypedScalarProperty (const ICompoundProperty &iParent, const std::string &iName, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
| | ITypedScalarProperty (AbcA::ScalarPropertyReaderPtr iProperty, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
|
| ITypedScalarProperty (AbcA::ScalarPropertyReaderPtr iProp, WrapExistingFlag iWrapFlag, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
| | Deprecated in favor of the constructor above.
|
| void | get (value_type &iVal, const ISampleSelector &iSS=ISampleSelector()) const |
| value_type | getValue (const ISampleSelector &iSS=ISampleSelector()) const |
| | IScalarProperty () |
| | IScalarProperty (const ICompoundProperty &iParent, const std::string &iName, const Argument &iArg0=Argument()) |
| | IScalarProperty (AbcA::ScalarPropertyReaderPtr iPtr, const Argument &iArg0=Argument()) |
|
| IScalarProperty (AbcA::ScalarPropertyReaderPtr iPtr, WrapExistingFlag iWrapFlag, const Argument &iArg0=Argument()) |
| | ~IScalarProperty () |
| size_t | getNumSamples () const |
| bool | isConstant () const |
| AbcA::TimeSamplingPtr | getTimeSampling () const |
| void | get (void *oSample, const ISampleSelector &iSS=ISampleSelector()) const |
| ICompoundProperty | 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 |
| IObject | getObject () const |
| AbcA::ScalarPropertyReaderPtr | getPtr () const |
| void | reset () |
| bool | valid () const |
| | ALEMBIC_OPERATOR_BOOL (valid()) |
|
ErrorHandler & | getErrorHandler () const |
|
ErrorHandler::Policy | getErrorHandlerPolicy () const |
|
| static const char * | getInterpretation () |
| static bool | matches (const AbcA::MetaData &iMetaData, SchemaInterpMatching iMatching=kStrictMatching) |
| static bool | matches (const AbcA::PropertyHeader &iHeader, SchemaInterpMatching iMatching=kStrictMatching) |
|
|
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 |
◆ ITypedScalarProperty() [1/3]
◆ ITypedScalarProperty() [2/3]
This constructor creates a new typed scalar property reader. The first argument is the ICompoundProperty parent, from which the error handler policy for inheritance is also derived. The remaining optional arguments can be used to override the ErrorHandlerPolicy, to specify schema matching policy, and that's it.
◆ ITypedScalarProperty() [3/3]
Explicitly wrap an existing property It will check the data type and also verify the schema, if requested.
◆ get()
Get the typed sample. ...
◆ getInterpretation()
Return the interpretation expected of this property. An empty interpretation matches everything
◆ getValue()
Return the typed sample by value. ...
◆ matches() [1/2]
This will check whether or not a given entity (as represented by a metadata) strictly matches the interpretation of this schema object
◆ matches() [2/2]
This will check whether or not a given object (as represented by an object header) strictly matches the interpretation of this schema object
The documentation for this class was generated from the following file: