Alembic Version 1.1
Loading...
Searching...
No Matches
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema Class Reference

#include <ISubD.h>

Inheritance diagram for Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema:
Collaboration diagram for Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema:

Classes

class  Sample

Public Types

typedef ISubDSchema this_type
Public Types inherited from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< SubDSchemaInfo >
typedef SubDSchemaInfo info_type
Public Types inherited from Alembic::Abc::ALEMBIC_VERSION_NS::ISchema< SubDSchemaInfo >
typedef SubDSchemaInfo info_type
typedef ISchema< SubDSchemaInfo > this_type
Public Types inherited from Alembic::Abc::ALEMBIC_VERSION_NS::ICompoundProperty
typedef ICompoundProperty this_type

Public Member Functions

 ISubDSchema ()
 ISubDSchema (const ICompoundProperty &iParent, const std::string &iName, const Abc::Argument &iArg0=Abc::Argument(), const Abc::Argument &iArg1=Abc::Argument())
 ISubDSchema (const ICompoundProperty &iProp, const Abc::Argument &iArg0=Abc::Argument(), const Abc::Argument &iArg1=Abc::Argument())
MeshTopologyVariance getTopologyVariance () const
 Default assignment operator used.
bool isConstant () const
 if isConstant() is true, the mesh contains no time-varying values
size_t getNumSamples () const
AbcA::TimeSamplingPtr getTimeSampling () const
 Return the time sampling.
void get (Sample &iSamp, const Abc::ISampleSelector &iSS=Abc::ISampleSelector()) const
Sample getValue (const Abc::ISampleSelector &iSS=Abc::ISampleSelector()) const
Abc::IInt32ArrayProperty getFaceCountsProperty () const
Abc::IInt32ArrayProperty getFaceIndicesProperty () const
Abc::IP3fArrayProperty getPositionsProperty () const
Abc::IInt32Property getFaceVaryingInterpolateBoundaryProperty () const
Abc::IInt32Property getFaceVaryingPropagateCornersProperty () const
Abc::IInt32Property getInterpolateBoundaryProperty () const
Abc::IInt32ArrayProperty getCreaseIndicesProperty () const
Abc::IInt32ArrayProperty getCreaseLengthsProperty () const
Abc::IFloatArrayProperty getCreaseSharpnessesProperty () const
Abc::IInt32ArrayProperty getCornerIndicesProperty () const
Abc::IFloatArrayProperty getCornerSharpnessesProperty () const
Abc::IInt32ArrayProperty getHolesProperty () const
Abc::IStringProperty getSubdivisionSchemeProperty () const
Abc::IV3fArrayProperty getVelocitiesProperty () const
IV2fGeomParam getUVsParam () const
void reset ()
bool valid () const
void getFaceSetNames (std::vector< std::string > &oFaceSetNames)
 Appends the names of any FaceSets for this SubD.
IFaceSet getFaceSet (const std::string &iFaceSetName)
bool hasFaceSet (const std::string &iFaceSetName)
 ALEMBIC_OVERRIDE_OPERATOR_BOOL (ISubDSchema::valid())
 ISubDSchema (const ISubDSchema &iCopy)
const ISubDSchemaoperator= (const ISubDSchema &rhs)
Public Member Functions inherited from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< SubDSchemaInfo >
 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< SubDSchemaInfo >
 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
ErrorHandlergetErrorHandler () 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 ()
 Base (ErrorHandler::Policy iPolicy)
 Base (const Base &iCopy)
Baseoperator= (const Base &iCopy)
bool valid () const
void reset ()

Protected Attributes

Abc::IP3fArrayProperty m_positionsProperty
Abc::IInt32ArrayProperty m_faceIndicesProperty
Abc::IInt32ArrayProperty m_faceCountsProperty
Abc::IInt32Property m_faceVaryingInterpolateBoundaryProperty
Abc::IInt32Property m_faceVaryingPropagateCornersProperty
Abc::IInt32Property m_interpolateBoundaryProperty
Abc::IInt32ArrayProperty m_creaseIndicesProperty
Abc::IInt32ArrayProperty m_creaseLengthsProperty
Abc::IFloatArrayProperty m_creaseSharpnessesProperty
Abc::IInt32ArrayProperty m_cornerIndicesProperty
Abc::IFloatArrayProperty m_cornerSharpnessesProperty
Abc::IInt32ArrayProperty m_holesProperty
Abc::IStringProperty m_subdSchemeProperty
IV2fGeomParam m_uvsParam
IV3fArrayProperty m_velocitiesProperty
bool m_faceSetsLoaded
std::map< std::string, IFaceSetm_faceSets
Alembic::Util::mutex m_faceSetsMutex
Protected Attributes inherited from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< SubDSchemaInfo >
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< SubDSchemaInfo >
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

Detailed Description

Definition at line 52 of file ISubD.h.

Member Typedef Documentation

◆ this_type

By convention we always define this_type in AbcGeom classes. Used by unspecified-bool-type conversion below

Definition at line 180 of file ISubD.h.

Constructor & Destructor Documentation

◆ ISubDSchema() [1/4]

Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::ISubDSchema ( )
inline

The default constructor creates an empty ISubDSchema ...

Definition at line 188 of file ISubD.h.

References m_faceSetsLoaded.

Referenced by ISubDSchema(), and operator=().

Here is the caller graph for this function:

◆ ISubDSchema() [2/4]

Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::ISubDSchema ( const ICompoundProperty & iParent,
const std::string & iName,
const Abc::Argument & iArg0 = Abc::Argument(),
const Abc::Argument & iArg1 = Abc::Argument() )
inline

This constructor creates a new subd 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.

Definition at line 199 of file ISubD.h.

References Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< SubDSchemaInfo >::IGeomBaseSchema(), and init().

Here is the call graph for this function:

◆ ISubDSchema() [3/4]

Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::ISubDSchema ( const ICompoundProperty & iProp,
const Abc::Argument & iArg0 = Abc::Argument(),
const Abc::Argument & iArg1 = Abc::Argument() )
inline

This constructor wraps an existing ICompoundProperty as the subd 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.

Definition at line 213 of file ISubD.h.

References Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< SubDSchemaInfo >::IGeomBaseSchema(), and init().

Here is the call graph for this function:

◆ ISubDSchema() [4/4]

Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::ISubDSchema ( const ISubDSchema & iCopy)
inline

Definition at line 361 of file ISubD.h.

References Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< SubDSchemaInfo >::IGeomBaseSchema(), and ISubDSchema().

Here is the call graph for this function:

Member Function Documentation

◆ ALEMBIC_OVERRIDE_OPERATOR_BOOL()

Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::ALEMBIC_OVERRIDE_OPERATOR_BOOL ( ISubDSchema::valid() )

unspecified-bool-type operator overload. ...

References valid().

Here is the call graph for this function:

◆ get()

void Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::get ( Sample & iSamp,
const Abc::ISampleSelector & iSS = Abc::ISampleSelector() ) const

Referenced by getValue().

Here is the caller graph for this function:

◆ getCornerIndicesProperty()

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getCornerIndicesProperty ( ) const
inline

Definition at line 287 of file ISubD.h.

References m_cornerIndicesProperty.

◆ getCornerSharpnessesProperty()

Abc::IFloatArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getCornerSharpnessesProperty ( ) const
inline

Definition at line 289 of file ISubD.h.

References m_cornerSharpnessesProperty.

◆ getCreaseIndicesProperty()

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getCreaseIndicesProperty ( ) const
inline

Definition at line 280 of file ISubD.h.

References m_creaseIndicesProperty.

◆ getCreaseLengthsProperty()

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getCreaseLengthsProperty ( ) const
inline

Definition at line 282 of file ISubD.h.

References m_creaseLengthsProperty.

◆ getCreaseSharpnessesProperty()

Abc::IFloatArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getCreaseSharpnessesProperty ( ) const
inline

Definition at line 284 of file ISubD.h.

References m_creaseSharpnessesProperty.

◆ getFaceCountsProperty()

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getFaceCountsProperty ( ) const
inline

Definition at line 264 of file ISubD.h.

References m_faceCountsProperty.

◆ getFaceIndicesProperty()

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getFaceIndicesProperty ( ) const
inline

Definition at line 266 of file ISubD.h.

References m_faceIndicesProperty.

◆ getFaceSet()

IFaceSet Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getFaceSet ( const std::string & iFaceSetName)

◆ getFaceSetNames()

void Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getFaceSetNames ( std::vector< std::string > & oFaceSetNames)

Appends the names of any FaceSets for this SubD.

◆ getFaceVaryingInterpolateBoundaryProperty()

Abc::IInt32Property Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getFaceVaryingInterpolateBoundaryProperty ( ) const
inline

Definition at line 271 of file ISubD.h.

References m_faceVaryingInterpolateBoundaryProperty.

◆ getFaceVaryingPropagateCornersProperty()

Abc::IInt32Property Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getFaceVaryingPropagateCornersProperty ( ) const
inline

Definition at line 274 of file ISubD.h.

References m_faceVaryingPropagateCornersProperty.

◆ getHolesProperty()

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getHolesProperty ( ) const
inline

Definition at line 292 of file ISubD.h.

References m_holesProperty.

◆ getInterpolateBoundaryProperty()

Abc::IInt32Property Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getInterpolateBoundaryProperty ( ) const
inline

Definition at line 277 of file ISubD.h.

References m_interpolateBoundaryProperty.

◆ getNumSamples()

size_t Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getNumSamples ( ) const

Get number of samples written so far. ...

◆ getPositionsProperty()

Abc::IP3fArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getPositionsProperty ( ) const
inline

Definition at line 268 of file ISubD.h.

References m_positionsProperty.

◆ getSubdivisionSchemeProperty()

Abc::IStringProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getSubdivisionSchemeProperty ( ) const
inline

Definition at line 294 of file ISubD.h.

References m_subdSchemeProperty.

◆ getTimeSampling()

AbcA::TimeSamplingPtr Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getTimeSampling ( ) const
inline

Return the time sampling.

Definition at line 242 of file ISubD.h.

References Alembic::Abc::ALEMBIC_VERSION_NS::IBasePropertyT< AbcA::CompoundPropertyReaderPtr >::getObject(), and m_positionsProperty.

Here is the call graph for this function:

◆ getTopologyVariance()

MeshTopologyVariance Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getTopologyVariance ( ) const

Default assignment operator used.

Referenced by isConstant().

Here is the caller graph for this function:

◆ getUVsParam()

IV2fGeomParam Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getUVsParam ( ) const
inline

Definition at line 300 of file ISubD.h.

References m_uvsParam.

◆ getValue()

Sample Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getValue ( const Abc::ISampleSelector & iSS = Abc::ISampleSelector()) const
inline

Definition at line 257 of file ISubD.h.

References get().

Here is the call graph for this function:

◆ getVelocitiesProperty()

Abc::IV3fArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::getVelocitiesProperty ( ) const
inline

Definition at line 297 of file ISubD.h.

References m_velocitiesProperty.

◆ hasFaceSet()

bool Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::hasFaceSet ( const std::string & iFaceSetName)

◆ init()

void Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::init ( const Abc::Argument & iArg0,
const Abc::Argument & iArg1 )
protected

Referenced by ISubDSchema(), and ISubDSchema().

Here is the caller graph for this function:

◆ isConstant()

bool Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::isConstant ( ) const
inline

if isConstant() is true, the mesh contains no time-varying values

Definition at line 231 of file ISubD.h.

References getTopologyVariance(), and Alembic::AbcGeom::ALEMBIC_VERSION_NS::kConstantTopology.

Here is the call graph for this function:

◆ loadFaceSetNames()

void Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::loadFaceSetNames ( )
protected

◆ operator=()

const ISubDSchema & Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::operator= ( const ISubDSchema & rhs)

References ISubDSchema().

Here is the call graph for this function:

◆ reset()

◆ valid()

bool Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::valid ( ) const
inlinevirtual

Valid returns whether this function set is valid.

Reimplemented from Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< SubDSchemaInfo >.

Definition at line 342 of file ISubD.h.

References m_faceCountsProperty, m_faceIndicesProperty, m_positionsProperty, and Alembic::AbcGeom::ALEMBIC_VERSION_NS::IGeomBaseSchema< INFO >::valid().

Referenced by ALEMBIC_OVERRIDE_OPERATOR_BOOL().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_cornerIndicesProperty

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_cornerIndicesProperty
protected

Definition at line 386 of file ISubD.h.

Referenced by getCornerIndicesProperty(), and reset().

◆ m_cornerSharpnessesProperty

Abc::IFloatArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_cornerSharpnessesProperty
protected

Definition at line 387 of file ISubD.h.

Referenced by getCornerSharpnessesProperty(), and reset().

◆ m_creaseIndicesProperty

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_creaseIndicesProperty
protected

Definition at line 381 of file ISubD.h.

Referenced by getCreaseIndicesProperty(), and reset().

◆ m_creaseLengthsProperty

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_creaseLengthsProperty
protected

Definition at line 382 of file ISubD.h.

Referenced by getCreaseLengthsProperty(), and reset().

◆ m_creaseSharpnessesProperty

Abc::IFloatArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_creaseSharpnessesProperty
protected

Definition at line 383 of file ISubD.h.

Referenced by getCreaseSharpnessesProperty(), and reset().

◆ m_faceCountsProperty

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_faceCountsProperty
protected

Definition at line 373 of file ISubD.h.

Referenced by getFaceCountsProperty(), reset(), and valid().

◆ m_faceIndicesProperty

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_faceIndicesProperty
protected

Definition at line 372 of file ISubD.h.

Referenced by getFaceIndicesProperty(), reset(), and valid().

◆ m_faceSets

std::map<std::string, IFaceSet> Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_faceSets
protected

Definition at line 403 of file ISubD.h.

◆ m_faceSetsLoaded

bool Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_faceSetsLoaded
protected

Definition at line 402 of file ISubD.h.

Referenced by ISubDSchema().

◆ m_faceSetsMutex

Alembic::Util::mutex Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_faceSetsMutex
protected

Definition at line 404 of file ISubD.h.

◆ m_faceVaryingInterpolateBoundaryProperty

Abc::IInt32Property Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_faceVaryingInterpolateBoundaryProperty
protected

Definition at line 376 of file ISubD.h.

Referenced by getFaceVaryingInterpolateBoundaryProperty(), and reset().

◆ m_faceVaryingPropagateCornersProperty

Abc::IInt32Property Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_faceVaryingPropagateCornersProperty
protected

Definition at line 377 of file ISubD.h.

Referenced by getFaceVaryingPropagateCornersProperty(), and reset().

◆ m_holesProperty

Abc::IInt32ArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_holesProperty
protected

Definition at line 390 of file ISubD.h.

Referenced by getHolesProperty(), and reset().

◆ m_interpolateBoundaryProperty

Abc::IInt32Property Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_interpolateBoundaryProperty
protected

Definition at line 378 of file ISubD.h.

Referenced by getInterpolateBoundaryProperty(), and reset().

◆ m_positionsProperty

Abc::IP3fArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_positionsProperty
protected

Definition at line 371 of file ISubD.h.

Referenced by getPositionsProperty(), getTimeSampling(), reset(), and valid().

◆ m_subdSchemeProperty

Abc::IStringProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_subdSchemeProperty
protected

Definition at line 393 of file ISubD.h.

Referenced by getSubdivisionSchemeProperty(), and reset().

◆ m_uvsParam

IV2fGeomParam Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_uvsParam
protected

Definition at line 396 of file ISubD.h.

Referenced by getUVsParam(), and reset().

◆ m_velocitiesProperty

IV3fArrayProperty Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::m_velocitiesProperty
protected

Definition at line 398 of file ISubD.h.

Referenced by getVelocitiesProperty(), and reset().


The documentation for this class was generated from the following file:
  • opt/local/include/Alembic/AbcGeom/ISubD.h