#include <OPoints.h>
Definition at line 57 of file OPoints.h.
◆ Sample() [1/3]
Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::Sample |
( |
| ) |
|
|
inline |
Creates a default sample with no data in it. ...
Definition at line 62 of file OPoints.h.
◆ Sample() [2/3]
Creates a sample with position data but no id data. For specifying samples after the first one
Definition at line 66 of file OPoints.h.
◆ Sample() [3/3]
Creates a sample with position data and id data. The first sample must be full like this. Subsequent samples may also be full like this, which would indicate a change of topology
Definition at line 78 of file OPoints.h.
◆ getIds()
◆ getPositions()
const Abc::P3fArraySample & Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::getPositions |
( |
| ) |
const |
|
inline |
◆ getSelfBounds()
const Abc::Box3d & Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::getSelfBounds |
( |
| ) |
const |
|
inline |
◆ getVelocities()
const Abc::V3fArraySample & Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::getVelocities |
( |
| ) |
const |
|
inline |
◆ getWidths()
const OFloatGeomParam::Sample & Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::getWidths |
( |
| ) |
const |
|
inline |
◆ isPartialSample()
bool Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::isPartialSample |
( |
| ) |
const |
|
inline |
◆ reset()
void Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::reset |
( |
| ) |
|
|
inline |
◆ setIds()
void Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::setIds |
( |
const Abc::UInt64ArraySample & |
iSmp | ) |
|
|
inline |
◆ setPositions()
void Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::setPositions |
( |
const Abc::P3fArraySample & |
iSmp | ) |
|
|
inline |
◆ setSelfBounds()
void Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::setSelfBounds |
( |
const Abc::Box3d & |
iBnds | ) |
|
|
inline |
◆ setVelocities()
void Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::setVelocities |
( |
const Abc::V3fArraySample & |
iVelocities | ) |
|
|
inline |
◆ setWidths()
void Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::setWidths |
( |
const OFloatGeomParam::Sample & |
iWidths | ) |
|
|
inline |
◆ m_ids
◆ m_positions
◆ m_selfBounds
Abc::Box3d Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::m_selfBounds |
|
protected |
◆ m_velocities
◆ m_widths
OFloatGeomParam::Sample Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPointsSchema::Sample::m_widths |
|
protected |
The documentation for this class was generated from the following file: