#include <OFaceSet.h>
Definition at line 58 of file OFaceSet.h.
Alembic::AbcGeom::ALEMBIC_VERSION_NS::OFaceSetSchema::Sample::Sample |
( |
| ) |
|
|
inline |
Creates a default sample with no data in it. ...
Definition at line 65 of file OFaceSet.h.
Alembic::AbcGeom::ALEMBIC_VERSION_NS::OFaceSetSchema::Sample::Sample |
( |
const Abc::Int32ArraySample & |
iFaceNums | ) |
|
|
inline |
Creates a sample with the list of faces that are in this faceset. The array of face numbers MUST be ordered by face number. Code that reads and works with facesets depends on this for efficency. e.g. call std::sort (myVecOfFaces.begin (), myVecOfFaces.end ()); if you need to. The sample must be complete like this. Subsequent samples may also consist of faces which allows you to change of topology of the faceset.
Definition at line 76 of file OFaceSet.h.
const Abc::Int32ArraySample& Alembic::AbcGeom::ALEMBIC_VERSION_NS::OFaceSetSchema::Sample::getFaces |
( |
| ) |
const |
|
inline |
const Abc::Box3d& Alembic::AbcGeom::ALEMBIC_VERSION_NS::OFaceSetSchema::Sample::getSelfBounds |
( |
| ) |
const |
|
inline |
void Alembic::AbcGeom::ALEMBIC_VERSION_NS::OFaceSetSchema::Sample::reset |
( |
| ) |
|
|
inline |
void Alembic::AbcGeom::ALEMBIC_VERSION_NS::OFaceSetSchema::Sample::setSelfBounds |
( |
const Abc::Box3d & |
iBnds | ) |
|
|
inline |
Abc::Box3d Alembic::AbcGeom::ALEMBIC_VERSION_NS::OFaceSetSchema::Sample::m_selfBounds |
|
protected |
The documentation for this class was generated from the following file: