|
Alembic Version 1.1
|
#include <ISubD.h>
Public Types | |
| typedef Sample | this_type |
Public Member Functions | |
| Sample () | |
| Users never create this data directly. | |
| Abc::P3fArraySamplePtr | getPositions () const |
| Abc::Int32ArraySamplePtr | getFaceIndices () const |
| Abc::Int32ArraySamplePtr | getFaceCounts () const |
| int32_t | getFaceVaryingInterpolateBoundary () const |
| int32_t | getFaceVaryingPropagateCorners () const |
| int32_t | getInterpolateBoundary () const |
| Abc::Int32ArraySamplePtr | getCreaseIndices () const |
| Abc::Int32ArraySamplePtr | getCreaseLengths () const |
| Abc::FloatArraySamplePtr | getCreaseSharpnesses () const |
| Abc::Int32ArraySamplePtr | getCornerIndices () const |
| Abc::FloatArraySamplePtr | getCornerSharpnesses () const |
| Abc::Int32ArraySamplePtr | getHoles () const |
| std::string | getSubdivisionScheme () const |
| Abc::V3fArraySamplePtr | getVelocities () const |
| Abc::Box3d | getSelfBounds () const |
| bool | valid () const |
| void | reset () |
| ALEMBIC_OPERATOR_BOOL (valid()) | |
Friends | |
| class | ISubDSchema |
|
inline |
| Alembic::AbcGeom::ALEMBIC_VERSION_NS::ISubDSchema::Sample::ALEMBIC_OPERATOR_BOOL | ( | valid() | ) |
|
inline |
Definition at line 92 of file ISubD.h.
References m_cornerIndices.
|
inline |
Definition at line 95 of file ISubD.h.
References m_cornerSharpnesses.
|
inline |
Definition at line 82 of file ISubD.h.
References m_creaseIndices.
|
inline |
Definition at line 85 of file ISubD.h.
References m_creaseLengths.
|
inline |
Definition at line 88 of file ISubD.h.
References m_creaseSharpnesses.
|
inline |
Definition at line 69 of file ISubD.h.
References m_faceCounts.
|
inline |
Definition at line 68 of file ISubD.h.
References m_faceIndices.
|
inline |
Definition at line 72 of file ISubD.h.
References m_faceVaryingInterpolateBoundary.
|
inline |
Definition at line 75 of file ISubD.h.
References m_faceVaryingPropagateCorners.
|
inline |
|
inline |
Definition at line 78 of file ISubD.h.
References m_interpolateBoundary.
|
inline |
Definition at line 67 of file ISubD.h.
References m_positions.
|
inline |
Definition at line 108 of file ISubD.h.
References m_selfBounds.
|
inline |
Definition at line 102 of file ISubD.h.
References m_subdScheme.
|
inline |
Definition at line 105 of file ISubD.h.
References m_velocities.
|
inline |
Definition at line 115 of file ISubD.h.
References m_cornerIndices, m_cornerSharpnesses, m_creaseIndices, m_creaseLengths, m_creaseSharpnesses, m_faceCounts, m_faceIndices, m_faceVaryingInterpolateBoundary, m_faceVaryingPropagateCorners, m_holes, m_interpolateBoundary, m_positions, m_selfBounds, m_subdScheme, and m_velocities.
Referenced by Sample().
|
inline |
Definition at line 110 of file ISubD.h.
References m_faceCounts, m_faceIndices, and m_positions.
Referenced by ALEMBIC_OPERATOR_BOOL().
|
friend |
|
protected |
Definition at line 160 of file ISubD.h.
Referenced by getCornerIndices(), and reset().
|
protected |
Definition at line 161 of file ISubD.h.
Referenced by getCornerSharpnesses(), and reset().
|
protected |
Definition at line 155 of file ISubD.h.
Referenced by getCreaseIndices(), and reset().
|
protected |
Definition at line 156 of file ISubD.h.
Referenced by getCreaseLengths(), and reset().
|
protected |
Definition at line 157 of file ISubD.h.
Referenced by getCreaseSharpnesses(), and reset().
|
protected |
Definition at line 148 of file ISubD.h.
Referenced by getFaceCounts(), reset(), and valid().
|
protected |
Definition at line 147 of file ISubD.h.
Referenced by getFaceIndices(), reset(), and valid().
|
protected |
Definition at line 150 of file ISubD.h.
Referenced by getFaceVaryingInterpolateBoundary(), and reset().
|
protected |
Definition at line 151 of file ISubD.h.
Referenced by getFaceVaryingPropagateCorners(), and reset().
|
protected |
Definition at line 164 of file ISubD.h.
Referenced by getHoles(), and reset().
|
protected |
Definition at line 152 of file ISubD.h.
Referenced by getInterpolateBoundary(), and reset().
|
protected |
Definition at line 145 of file ISubD.h.
Referenced by getPositions(), reset(), and valid().
|
protected |
Definition at line 170 of file ISubD.h.
Referenced by getSelfBounds(), and reset().
|
protected |
Definition at line 167 of file ISubD.h.
Referenced by getSubdivisionScheme(), and reset().
|
protected |
Definition at line 146 of file ISubD.h.
Referenced by getVelocities(), and reset().