|
Alembic Version 1.1
|
#include <OGeomParam.h>
Public Types | |
| typedef Sample | this_type |
Public Member Functions | |
| Sample () | |
| Sample (const Abc::TypedArraySample< TRAITS > &iVals, GeometryScope iScope) | |
| Sample (const Abc::TypedArraySample< TRAITS > &iVals, const Abc::UInt32ArraySample &iIndices, GeometryScope iScope) | |
| void | setVals (const Abc::TypedArraySample< TRAITS > &iVals) |
| const Abc::TypedArraySample< TRAITS > & | getVals () const |
| void | setIndices (const Abc::UInt32ArraySample &iIndices) |
| const Abc::UInt32ArraySample & | getIndices () const |
| void | setScope (GeometryScope iScope) |
| GeometryScope | getScope () const |
| void | reset () |
| bool | valid () const |
| ALEMBIC_OPERATOR_BOOL (valid()) | |
Protected Attributes | |
| Abc::TypedArraySample< TRAITS > | m_vals |
| Abc::UInt32ArraySample | m_indices |
| GeometryScope | m_scope |
Definition at line 58 of file OGeomParam.h.
| typedef Sample Alembic::AbcGeom::ALEMBIC_VERSION_NS::OTypedGeomParam< TRAITS >::Sample::this_type |
Definition at line 61 of file OGeomParam.h.
|
inline |
Definition at line 63 of file OGeomParam.h.
References Alembic::AbcGeom::ALEMBIC_VERSION_NS::kUnknownScope, and m_scope.
|
inline |
Definition at line 67 of file OGeomParam.h.
|
inline |
Definition at line 73 of file OGeomParam.h.
| Alembic::AbcGeom::ALEMBIC_VERSION_NS::OTypedGeomParam< TRAITS >::Sample::ALEMBIC_OPERATOR_BOOL | ( | valid() | ) |
|
inline |
Definition at line 88 of file OGeomParam.h.
References m_indices.
|
inline |
Definition at line 93 of file OGeomParam.h.
References m_scope.
|
inline |
Definition at line 83 of file OGeomParam.h.
References m_vals.
|
inline |
Definition at line 96 of file OGeomParam.h.
References Alembic::AbcGeom::ALEMBIC_VERSION_NS::kUnknownScope, m_indices, m_scope, and m_vals.
|
inline |
Definition at line 86 of file OGeomParam.h.
References m_indices.
|
inline |
Definition at line 91 of file OGeomParam.h.
References m_scope.
|
inline |
Definition at line 81 of file OGeomParam.h.
References m_vals.
|
inline |
Definition at line 103 of file OGeomParam.h.
References m_vals.
|
protected |
Definition at line 109 of file OGeomParam.h.
Referenced by Sample(), getIndices(), reset(), and setIndices().
|
protected |
Definition at line 110 of file OGeomParam.h.
Referenced by Sample(), Sample(), Sample(), getScope(), reset(), and setScope().
|
protected |