HDK
|
#include <IPolyMesh.h>
Public Types | |
typedef Sample | this_type |
Public Member Functions | |
Sample () | |
Abc::P3fArraySamplePtr | getPositions () const |
Abc::V3fArraySamplePtr | getVelocities () const |
Abc::Int32ArraySamplePtr | getFaceIndices () const |
Abc::Int32ArraySamplePtr | getFaceCounts () const |
Abc::Box3d | getSelfBounds () const |
bool | valid () const |
void | reset () |
ALEMBIC_OPERATOR_BOOL (valid()) | |
Protected Attributes | |
Abc::P3fArraySamplePtr | m_positions |
Abc::V3fArraySamplePtr | m_velocities |
Abc::Int32ArraySamplePtr | m_indices |
Abc::Int32ArraySamplePtr | m_counts |
Abc::Box3d | m_selfBounds |
Friends | |
class | IPolyMeshSchema |
Definition at line 56 of file IPolyMesh.h.
Definition at line 59 of file IPolyMesh.h.
|
inline |
Definition at line 62 of file IPolyMesh.h.
Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::ALEMBIC_OPERATOR_BOOL | ( | valid() | ) |
|
inline |
Definition at line 67 of file IPolyMesh.h.
|
inline |
Definition at line 66 of file IPolyMesh.h.
|
inline |
Definition at line 64 of file IPolyMesh.h.
|
inline |
Definition at line 68 of file IPolyMesh.h.
|
inline |
Definition at line 65 of file IPolyMesh.h.
|
inline |
Definition at line 75 of file IPolyMesh.h.
|
inline |
Definition at line 70 of file IPolyMesh.h.
|
friend |
Definition at line 87 of file IPolyMesh.h.
|
protected |
Definition at line 91 of file IPolyMesh.h.
|
protected |
Definition at line 90 of file IPolyMesh.h.
|
protected |
Definition at line 88 of file IPolyMesh.h.
|
protected |
Definition at line 92 of file IPolyMesh.h.
|
protected |
Definition at line 89 of file IPolyMesh.h.