HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample Class Reference

#include <IPolyMesh.h>

Public Types

typedef Sample this_type
 

Public Member Functions

 Sample ()
 
Abc::P3fArraySamplePtr getPositions () const
 
Abc::V3fArraySamplePtr getVelocities () const
 
Abc::Int32ArraySamplePtr getFaceIndices () const
 
Abc::Int32ArraySamplePtr getFaceCounts () const
 
Abc::Box3d getSelfBounds () const
 
bool valid () const
 
void reset ()
 
 ALEMBIC_OPERATOR_BOOL (valid())
 

Protected Attributes

Abc::P3fArraySamplePtr m_positions
 
Abc::V3fArraySamplePtr m_velocities
 
Abc::Int32ArraySamplePtr m_indices
 
Abc::Int32ArraySamplePtr m_counts
 
Abc::Box3d m_selfBounds
 

Friends

class IPolyMeshSchema
 

Detailed Description

Definition at line 56 of file IPolyMesh.h.

Member Typedef Documentation

Constructor & Destructor Documentation

Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::Sample ( )
inline

Definition at line 62 of file IPolyMesh.h.

Member Function Documentation

Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::ALEMBIC_OPERATOR_BOOL ( valid()  )
Abc::Int32ArraySamplePtr Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::getFaceCounts ( ) const
inline

Definition at line 67 of file IPolyMesh.h.

Abc::Int32ArraySamplePtr Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::getFaceIndices ( ) const
inline

Definition at line 66 of file IPolyMesh.h.

Abc::P3fArraySamplePtr Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::getPositions ( ) const
inline

Definition at line 64 of file IPolyMesh.h.

Abc::Box3d Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::getSelfBounds ( ) const
inline

Definition at line 68 of file IPolyMesh.h.

Abc::V3fArraySamplePtr Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::getVelocities ( ) const
inline

Definition at line 65 of file IPolyMesh.h.

void Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::reset ( )
inline

Definition at line 75 of file IPolyMesh.h.

bool Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::valid ( ) const
inline

Definition at line 70 of file IPolyMesh.h.

Friends And Related Function Documentation

friend class IPolyMeshSchema
friend

Definition at line 87 of file IPolyMesh.h.

Member Data Documentation

Abc::Int32ArraySamplePtr Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::m_counts
protected

Definition at line 91 of file IPolyMesh.h.

Abc::Int32ArraySamplePtr Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::m_indices
protected

Definition at line 90 of file IPolyMesh.h.

Abc::P3fArraySamplePtr Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::m_positions
protected

Definition at line 88 of file IPolyMesh.h.

Abc::Box3d Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::m_selfBounds
protected

Definition at line 92 of file IPolyMesh.h.

Abc::V3fArraySamplePtr Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::m_velocities
protected

Definition at line 89 of file IPolyMesh.h.


The documentation for this class was generated from the following file: