HDK
|
#include <ITypedArrayProperty.h>
Public Types | |
typedef TRAITS | traits_type |
typedef ITypedArrayProperty < TRAITS > | this_type |
typedef TRAITS::value_type | value_type |
typedef TypedArraySample< TRAITS > | sample_type |
typedef shared_ptr< sample_type > | sample_ptr_type |
Public Types inherited from Alembic::Abc::ALEMBIC_VERSION_NS::IArrayProperty | |
typedef IArrayProperty | this_type |
Static Public Member Functions | |
static const char * | getInterpretation () |
static bool | matches (const AbcA::MetaData &iMetaData, SchemaInterpMatching iMatching=kStrictMatching) |
static bool | matches (const AbcA::PropertyHeader &iHeader, SchemaInterpMatching iMatching=kStrictMatching) |
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 50 of file ITypedArrayProperty.h.
typedef shared_ptr<sample_type> Alembic::Abc::ALEMBIC_VERSION_NS::ITypedArrayProperty< TRAITS >::sample_ptr_type |
Definition at line 60 of file ITypedArrayProperty.h.
typedef TypedArraySample<TRAITS> Alembic::Abc::ALEMBIC_VERSION_NS::ITypedArrayProperty< TRAITS >::sample_type |
Definition at line 59 of file ITypedArrayProperty.h.
typedef ITypedArrayProperty<TRAITS> Alembic::Abc::ALEMBIC_VERSION_NS::ITypedArrayProperty< TRAITS >::this_type |
Definition at line 57 of file ITypedArrayProperty.h.
typedef TRAITS Alembic::Abc::ALEMBIC_VERSION_NS::ITypedArrayProperty< TRAITS >::traits_type |
Definition at line 56 of file ITypedArrayProperty.h.
typedef TRAITS::value_type Alembic::Abc::ALEMBIC_VERSION_NS::ITypedArrayProperty< TRAITS >::value_type |
Definition at line 58 of file ITypedArrayProperty.h.
|
inline |
Default constructor ...
Definition at line 104 of file ITypedArrayProperty.h.
|
inline |
This constructor creates a new typed array 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.
Definition at line 111 of file ITypedArrayProperty.h.
|
inline |
Explicitly wrap an existing property It will check the data type and also verify the schema, if requested.
Definition at line 153 of file ITypedArrayProperty.h.
|
inline |
Definition at line 178 of file ITypedArrayProperty.h.
|
inline |
Get the typed sample. ...
Definition at line 192 of file ITypedArrayProperty.h.
|
inlinestatic |
Return the interpretation expected of this property. An empty interpretation matches everything
Definition at line 64 of file ITypedArrayProperty.h.
|
inline |
Return the typed sample by value. ...
Definition at line 203 of file ITypedArrayProperty.h.
|
inlinestatic |
This will check whether or not a given entity (as represented by a metadata) strictly matches the interpretation of this schema object
Definition at line 72 of file ITypedArrayProperty.h.
|
inlinestatic |
This will check whether or not a given object (as represented by an object header) strictly matches the interpretation of this schema object
Definition at line 86 of file ITypedArrayProperty.h.