HDK
|
#include <IGeomParam.h>
Public Types | |
typedef Sample | this_type |
typedef Alembic::Util::shared_ptr < Abc::TypedArraySample < TRAITS > > | samp_ptr_type |
Public Member Functions | |
Sample () | |
Abc::UInt32ArraySamplePtr | getIndices () const |
samp_ptr_type | getVals () const |
GeometryScope | getScope () const |
bool | isIndexed () const |
void | reset () |
bool | valid () const |
ALEMBIC_OPERATOR_BOOL (valid()) | |
Protected Attributes | |
samp_ptr_type | m_vals |
Abc::UInt32ArraySamplePtr | m_indices |
GeometryScope | m_scope |
bool | m_isIndexed |
Friends | |
class | ITypedGeomParam< TRAITS > |
Definition at line 55 of file IGeomParam.h.
typedef Alembic::Util::shared_ptr< Abc::TypedArraySample<TRAITS> > Alembic::AbcGeom::ALEMBIC_VERSION_NS::ITypedGeomParam< TRAITS >::Sample::samp_ptr_type |
Definition at line 59 of file IGeomParam.h.
typedef Sample Alembic::AbcGeom::ALEMBIC_VERSION_NS::ITypedGeomParam< TRAITS >::Sample::this_type |
Definition at line 58 of file IGeomParam.h.
|
inline |
Definition at line 61 of file IGeomParam.h.
Alembic::AbcGeom::ALEMBIC_VERSION_NS::ITypedGeomParam< TRAITS >::Sample::ALEMBIC_OPERATOR_BOOL | ( | valid() | ) |
|
inline |
Definition at line 64 of file IGeomParam.h.
|
inline |
Definition at line 66 of file IGeomParam.h.
|
inline |
Definition at line 65 of file IGeomParam.h.
|
inline |
Definition at line 67 of file IGeomParam.h.
|
inline |
Definition at line 69 of file IGeomParam.h.
|
inline |
Definition at line 77 of file IGeomParam.h.
|
friend |
Definition at line 82 of file IGeomParam.h.
|
protected |
Definition at line 84 of file IGeomParam.h.
|
protected |
Definition at line 86 of file IGeomParam.h.
|
protected |
Definition at line 85 of file IGeomParam.h.
|
protected |
Definition at line 83 of file IGeomParam.h.