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.

References reset().

Here is the call graph for this function:

Member Function Documentation

◆ ALEMBIC_OPERATOR_BOOL()

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

References valid().

Here is the call graph for this function:

◆ getFaceCounts()

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

Definition at line 67 of file IPolyMesh.h.

References m_counts.

◆ getFaceIndices()

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

Definition at line 66 of file IPolyMesh.h.

References m_indices.

◆ getPositions()

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

Definition at line 64 of file IPolyMesh.h.

References m_positions.

◆ getSelfBounds()

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

Definition at line 68 of file IPolyMesh.h.

References m_selfBounds.

◆ getVelocities()

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

Definition at line 65 of file IPolyMesh.h.

References m_velocities.

◆ reset()

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

Definition at line 75 of file IPolyMesh.h.

References m_counts, m_indices, m_positions, m_selfBounds, and m_velocities.

Referenced by Sample().

Here is the caller graph for this function:

◆ valid()

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

Definition at line 70 of file IPolyMesh.h.

References m_counts, m_indices, and m_positions.

Referenced by ALEMBIC_OPERATOR_BOOL().

Here is the caller graph for this function:

◆ IPolyMeshSchema

friend class IPolyMeshSchema
friend

Definition at line 87 of file IPolyMesh.h.

References IPolyMeshSchema.

Referenced by IPolyMeshSchema.

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: