|
Alembic Version 1.1
|
#include <IPoints.h>
Public Types | |
| typedef Sample | this_type |
Public Member Functions | |
| Sample () | |
| Abc::P3fArraySamplePtr | getPositions () const |
| Abc::UInt64ArraySamplePtr | getIds () const |
| Abc::V3fArraySamplePtr | getVelocities () const |
| Abc::Box3d | getSelfBounds () const |
| bool | valid () const |
| void | reset () |
| ALEMBIC_OPERATOR_BOOL (valid()) | |
Protected Attributes | |
| Abc::P3fArraySamplePtr | m_positions |
| Abc::UInt64ArraySamplePtr | m_ids |
| Abc::V3fArraySamplePtr | m_velocities |
| Abc::Box3d | m_selfBounds |
Friends | |
| class | IPointsSchema |
|
inline |
| Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPointsSchema::Sample::ALEMBIC_OPERATOR_BOOL | ( | valid() | ) |
|
inline |
|
inline |
Definition at line 62 of file IPoints.h.
References m_positions.
|
inline |
Definition at line 66 of file IPoints.h.
References m_selfBounds.
|
inline |
Definition at line 64 of file IPoints.h.
References m_velocities.
|
inline |
Definition at line 73 of file IPoints.h.
References m_ids, m_positions, m_selfBounds, and m_velocities.
Referenced by Sample().
|
inline |
Definition at line 68 of file IPoints.h.
References m_ids, and m_positions.
Referenced by ALEMBIC_OPERATOR_BOOL().
|
friend |
|
protected |
|
protected |
Definition at line 85 of file IPoints.h.
Referenced by Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPointsSchema::get(), getPositions(), reset(), and valid().
|
protected |
Definition at line 89 of file IPoints.h.
Referenced by Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPointsSchema::get(), getSelfBounds(), and reset().
|
protected |
Definition at line 87 of file IPoints.h.
Referenced by Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPointsSchema::get(), getVelocities(), and reset().