|
Alembic 1.8.11
|


Classes | |
| class | Sample |
Public Types | |
| typedef IPolyMeshSchema | this_type |
| Public Types inherited from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< PolyMeshSchemaInfo > | |
| typedef PolyMeshSchemaInfo | info_type |
| Public Types inherited from Alembic::Abc::ALEMBIC_VERSION_NS::ISchema< PolyMeshSchemaInfo > | |
| typedef PolyMeshSchemaInfo | info_type |
| typedef ISchema< PolyMeshSchemaInfo > | this_type |
| Public Types inherited from Alembic::Abc::ALEMBIC_VERSION_NS::ICompoundProperty | |
| typedef ICompoundProperty | this_type |
Public Member Functions | |
| IPolyMeshSchema () | |
| IPolyMeshSchema (const ICompoundProperty &iParent, const std::string &iName, const Abc::Argument &iArg0=Abc::Argument(), const Abc::Argument &iArg1=Abc::Argument()) | |
| IPolyMeshSchema (const ICompoundProperty &iProp, const Abc::Argument &iArg0=Abc::Argument(), const Abc::Argument &iArg1=Abc::Argument()) | |
| IPolyMeshSchema (const IPolyMeshSchema &iCopy) | |
| Copy constructor. | |
| const IPolyMeshSchema & | operator= (const IPolyMeshSchema &rhs) |
| size_t | getNumSamples () const |
| MeshTopologyVariance | getTopologyVariance () const |
| bool | isConstant () const |
| AbcA::TimeSamplingPtr | getTimeSampling () const |
| void | get (Sample &oSample, const Abc::ISampleSelector &iSS=Abc::ISampleSelector()) const |
| Sample | getValue (const Abc::ISampleSelector &iSS=Abc::ISampleSelector()) const |
| IV2fGeomParam | getUVsParam () const |
| IN3fGeomParam | getNormalsParam () const |
| Abc::IInt32ArrayProperty | getFaceCountsProperty () const |
| Abc::IInt32ArrayProperty | getFaceIndicesProperty () const |
| Abc::IP3fArrayProperty | getPositionsProperty () const |
| Abc::IV3fArrayProperty | getVelocitiesProperty () const |
| void | reset () |
| bool | valid () const |
| void | getFaceSetNames (std::vector< std::string > &oFaceSetNames) |
| Appends the names of any FaceSets for this PolyMesh. | |
| IFaceSet | getFaceSet (const std::string &iFaceSetName) |
| bool | hasFaceSet (const std::string &iFaceSetName) |
| ALEMBIC_OVERRIDE_OPERATOR_BOOL (IPolyMeshSchema::valid()) | |
| Public Member Functions inherited from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< PolyMeshSchemaInfo > | |
| IGeomBaseSchema () | |
| void | init (const Abc::Argument &iArg0, const Abc::Argument &iArg1) |
| Abc::IBox3dProperty | getSelfBoundsProperty () const |
| Abc::IBox3dProperty | getChildBoundsProperty () const |
| ICompoundProperty | getArbGeomParams () const |
| ICompoundProperty | getUserProperties () const |
| Public Member Functions inherited from Alembic::Abc::ALEMBIC_VERSION_NS::ISchema< PolyMeshSchemaInfo > | |
| ISchema () | |
| virtual | ~ISchema () |
| Public Member Functions inherited from Alembic::Abc::ALEMBIC_VERSION_NS::ICompoundProperty | |
| ICompoundProperty () | |
| ICompoundProperty (const ICompoundProperty &iParent, const std::string &iName, const Argument &iArg0=Argument()) | |
| ICompoundProperty (AbcA::CompoundPropertyReaderPtr iPtr, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) | |
| ICompoundProperty (AbcA::CompoundPropertyReaderPtr iPtr, WrapExistingFlag, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) | |
| ICompoundProperty (const IObject &iObject, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) | |
| ICompoundProperty (const IObject &iObject, TopFlag, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) | |
| ~ICompoundProperty () | |
| size_t | getNumProperties () const |
| Returns the number of properties contained in this ICompoundProperty. | |
| const AbcA::PropertyHeader & | getPropertyHeader (size_t i) const |
| const AbcA::PropertyHeader * | getPropertyHeader (const std::string &iName) const |
| ICompoundProperty | getParent () const |
| Public Member Functions inherited from Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< AbcA::CompoundPropertyReaderPtr > | |
| 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::CompoundPropertyReaderPtr | getPtr () const |
| void | reset () |
| bool | valid () const |
| ALEMBIC_OPERATOR_BOOL (valid()) | |
| Public Member Functions inherited from Alembic::Abc::ALEMBIC_VERSION_NS::Base | |
| ErrorHandler & | getErrorHandler () const |
| ErrorHandler::Policy | getErrorHandlerPolicy () const |
Protected Member Functions | |
| void | init (const Abc::Argument &iArg0, const Abc::Argument &iArg1) |
| void | loadFaceSetNames () |
| Protected Member Functions inherited from Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< AbcA::CompoundPropertyReaderPtr > | |
| IBasePropertyT () | |
| Protected Member Functions inherited from Alembic::Abc::ALEMBIC_VERSION_NS::Base | |
| Base (ErrorHandler::Policy iPolicy) | |
| Base (const Base &iCopy) | |
| Base & | operator= (const Base &iCopy) |
| bool | valid () const |
| void | reset () |
Protected Attributes | |
| Abc::IP3fArrayProperty | m_positionsProperty |
| Abc::IV3fArrayProperty | m_velocitiesProperty |
| Abc::IInt32ArrayProperty | m_indicesProperty |
| Abc::IInt32ArrayProperty | m_countsProperty |
| IV2fGeomParam | m_uvsParam |
| IN3fGeomParam | m_normalsParam |
| bool | m_faceSetsLoaded |
| std::map< std::string, IFaceSet > | m_faceSets |
| Alembic::Util::mutex | m_faceSetsMutex |
| Protected Attributes inherited from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< PolyMeshSchemaInfo > | |
| Abc::IBox3dProperty | m_selfBoundsProperty |
| Abc::IBox3dProperty | m_childBoundsProperty |
| Abc::ICompoundProperty | m_arbGeomParams |
| Abc::ICompoundProperty | m_userProperties |
| Protected Attributes inherited from Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< AbcA::CompoundPropertyReaderPtr > | |
| AbcA::CompoundPropertyReaderPtr | m_property |
Additional Inherited Members | |
| Static Public Member Functions inherited from Alembic::Abc::ALEMBIC_VERSION_NS::ISchema< PolyMeshSchemaInfo > | |
| static const char * | getSchemaTitle () |
| static const char * | getDefaultSchemaName () |
| static bool | matches (const AbcA::MetaData &iMetaData, SchemaInterpMatching iMatching=kStrictMatching) |
| Protected Types inherited from Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< AbcA::CompoundPropertyReaderPtr > | |
| typedef IBasePropertyT< AbcA::CompoundPropertyReaderPtr > | this_type |
| typedef IBasePropertyT< AbcA::CompoundPropertyReaderPtr > | operator_bool_base_type |
By convention we always define this_type in AbcGeom classes. Used by unspecified-bool-type conversion below
|
inline |
The default constructor creates an empty OPolyMeshSchema ...
|
inline |
This constructor creates a new mesh reader. The first argument is the parent ICompoundProperty, from which the error handler policy for is derived. The second argument is the name of the ICompoundProperty that contains this schemas properties. The remaining optional arguments can be used to override the ErrorHandlerPolicy and to specify schema interpretation matching.
|
inline |
This constructor wraps an existing ICompoundProperty as the mesh reader, and the error handler policy is derived from it. The remaining optional arguments can be used to override the ErrorHandlerPolicy and to specify schema interpretation matching.
| Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::ALEMBIC_OVERRIDE_OPERATOR_BOOL | ( | IPolyMeshSchema::valid() | ) |
unspecified-bool-type operator overload. ...
|
inline |
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.
|
inline |
Time information. Any of the properties could be the bearer of the time sampling information, which otherwise defaults to Identity.
| MeshTopologyVariance Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::getTopologyVariance | ( | ) | const |
Return the topological variance. This indicates how the mesh may change.
|
inline |
Ask if we're constant - no change in value amongst samples, regardless of the time sampling.
|
inlinevirtual |
Reset returns this function set to an empty, default state.
Reimplemented from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< PolyMeshSchemaInfo >.
|
inlinevirtual |
Valid returns whether this function set is valid.
Reimplemented from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< PolyMeshSchemaInfo >.