|
Alembic Version 1.1
|
#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.
References reset().
| Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::ALEMBIC_OPERATOR_BOOL | ( | valid() | ) |
|
inline |
Definition at line 67 of file IPolyMesh.h.
References m_counts.
|
inline |
Definition at line 66 of file IPolyMesh.h.
References m_indices.
|
inline |
Definition at line 64 of file IPolyMesh.h.
References m_positions.
|
inline |
Definition at line 68 of file IPolyMesh.h.
References m_selfBounds.
|
inline |
Definition at line 65 of file IPolyMesh.h.
References m_velocities.
|
inline |
Definition at line 75 of file IPolyMesh.h.
References m_counts, m_indices, m_positions, m_selfBounds, and m_velocities.
Referenced by Sample().
|
inline |
Definition at line 70 of file IPolyMesh.h.
References m_counts, m_indices, and m_positions.
Referenced by ALEMBIC_OPERATOR_BOOL().
|
friend |
Definition at line 87 of file IPolyMesh.h.
References IPolyMeshSchema.
Referenced by IPolyMeshSchema.
|
protected |
Definition at line 91 of file IPolyMesh.h.
Referenced by Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::get(), getFaceCounts(), reset(), and valid().
|
protected |
Definition at line 90 of file IPolyMesh.h.
Referenced by Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::get(), getFaceIndices(), reset(), and valid().
|
protected |
Definition at line 88 of file IPolyMesh.h.
Referenced by Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::get(), getPositions(), reset(), and valid().
|
protected |
Definition at line 92 of file IPolyMesh.h.
Referenced by Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::get(), getSelfBounds(), and reset().
|
protected |
Definition at line 89 of file IPolyMesh.h.
Referenced by Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::get(), getVelocities(), and reset().