Alembic Version 1.1
Loading...
Searching...
No Matches
Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample Class Reference

#include <IPolyMesh.h>

+ Collaboration diagram for Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample:

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

◆ this_type

Constructor & Destructor Documentation

◆ Sample()

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

Definition at line 62 of file IPolyMesh.h.

Member Function Documentation

◆ ALEMBIC_OPERATOR_BOOL()

Alembic::AbcGeom::ALEMBIC_VERSION_NS::IPolyMeshSchema::Sample::ALEMBIC_OPERATOR_BOOL ( valid() )

◆ getFaceCounts()

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

Definition at line 67 of file IPolyMesh.h.

◆ getFaceIndices()

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

Definition at line 66 of file IPolyMesh.h.

◆ getPositions()

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

Definition at line 64 of file IPolyMesh.h.

◆ getSelfBounds()

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

Definition at line 68 of file IPolyMesh.h.

◆ getVelocities()

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

Definition at line 65 of file IPolyMesh.h.

◆ reset()

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

Definition at line 75 of file IPolyMesh.h.

◆ valid()

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

Definition at line 70 of file IPolyMesh.h.

Friends And Related Symbol Documentation

◆ IPolyMeshSchema

friend class IPolyMeshSchema
friend

Definition at line 87 of file IPolyMesh.h.

Member Data Documentation

◆ m_counts

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

◆ m_indices

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

◆ m_positions

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

◆ m_selfBounds

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

◆ m_velocities

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

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