Alembic Version 1.1
|
#include <IGeomBase.h>
Classes | |
class | Sample |
Public Types | |
typedef IGeomBase | this_type |
![]() | |
typedef GeomBaseSchemaInfo | info_type |
![]() | |
typedef GeomBaseSchemaInfo | info_type |
typedef ISchema< GeomBaseSchemaInfo > | this_type |
![]() | |
typedef ICompoundProperty | this_type |
Static Public Member Functions | |
static bool | matches (const AbcA::MetaData &iMetaData, SchemaInterpMatching iMatching=kStrictMatching) |
static bool | matches (const AbcA::PropertyHeader &iHeader, SchemaInterpMatching iMatching=kStrictMatching) |
![]() | |
static const char * | getSchemaTitle () |
static const char * | getDefaultSchemaName () |
static bool | matches (const AbcA::MetaData &iMetaData, SchemaInterpMatching iMatching=kStrictMatching) |
static bool | matches (const AbcA::PropertyHeader &iHeader, SchemaInterpMatching iMatching=kStrictMatching) |
IGeomBase - A generic base set of properties and methods that encapsulate things common to AbcGeom types that have a physical volume.
Definition at line 206 of file IGeomBase.h.
Definition at line 209 of file IGeomBase.h.
|
inline |
The default constructor creates an empty GeomBase.
By convention we always define this_type in AbcGeom classes. Used by unspecified-bool-type conversion below
Definition at line 240 of file IGeomBase.h.
|
inline |
Definition at line 242 of file IGeomBase.h.
References Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >::init().
|
inline |
Definition at line 254 of file IGeomBase.h.
References Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >::init().
|
inline |
Definition at line 264 of file IGeomBase.h.
References Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >::init().
|
inline |
Copy constructor.
Definition at line 274 of file IGeomBase.h.
Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBase::ALEMBIC_OVERRIDE_OPERATOR_BOOL | ( | IGeomBase::valid() | ) |
unspecified-bool-type operator overload. ...
|
inline |
Definition at line 313 of file IGeomBase.h.
References ALEMBIC_ABC_SAFE_CALL_BEGIN, ALEMBIC_ABC_SAFE_CALL_END, Alembic::Abc::ALEMBIC_VERSION_NS::ITypedScalarProperty< TRAITS >::get(), Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBase::Sample::m_selfBounds, and Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >::m_selfBoundsProperty.
Referenced by getValue().
|
inline |
Definition at line 332 of file IGeomBase.h.
References Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >::m_arbGeomParams.
|
inline |
Default assignment operator used.
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.
Definition at line 290 of file IGeomBase.h.
References Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::getNumSamples(), and Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >::m_selfBoundsProperty.
|
inline |
Time sampling Information.
Definition at line 300 of file IGeomBase.h.
References Alembic::Abc::ALEMBIC_VERSION_NS::IObject::getArchive(), Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< AbcA::CompoundPropertyReaderPtr >::getObject(), Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::getTimeSampling(), Alembic::Abc::ALEMBIC_VERSION_NS::IArchive::getTimeSampling(), Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >::m_selfBoundsProperty, and Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< PROP_PTR >::valid().
|
inline |
Definition at line 335 of file IGeomBase.h.
References Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >::m_userProperties.
|
inline |
Definition at line 324 of file IGeomBase.h.
References get().
|
inline |
Ask if we're constant - no change in value amongst samples, regardless of the time sampling.
Definition at line 295 of file IGeomBase.h.
References Alembic::Abc::ALEMBIC_VERSION_NS::IScalarProperty::isConstant(), and Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >::m_selfBoundsProperty.
|
inlinestatic |
This will check whether or not a given entity (as represented by metadata) strictly matches the interpretation of this schema object.
Definition at line 362 of file IGeomBase.h.
References Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::MetaData::get(), Alembic::Abc::ALEMBIC_VERSION_NS::kNoMatching, Alembic::Abc::ALEMBIC_VERSION_NS::kSchemaTitleMatching, and Alembic::Abc::ALEMBIC_VERSION_NS::kStrictMatching.
Referenced by matches().
|
inlinestatic |
This will check whether or not a given object (as represented by an object header) strictly matches the interpretation of this schema object, as well as the data type.
Definition at line 381 of file IGeomBase.h.
References Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::PropertyHeader::getMetaData(), and matches().
|
inlinevirtual |
Reset returns this function set to an empty, default state.
Reimplemented from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >.
Definition at line 340 of file IGeomBase.h.
References Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< INFO >::reset().
|
inlinevirtual |
Valid returns whether this function set is valid.
Reimplemented from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< GeomBaseSchemaInfo >.
Definition at line 348 of file IGeomBase.h.