VoxelFarm::IMeshStampSource Class Referenceabstract

It allows to access to the faces and materials of a list of solids. More...

#include <StampMesh.h>

Inheritance diagram for VoxelFarm::IMeshStampSource:
VoxelFarm::Architecture::CArchitectureMesh VoxelFarm::CBoxMesh VoxelFarm::CCopyPasteMesh VoxelFarm::FFD::CSoftBodyMesh VoxelFarm::Physics::CFragmentSource

Public Member Functions

virtual int getSolidCount ()=0
 Returns the number of solids.
 
virtual MaterialId getSolidMaterial (int solid)=0
 Returns the material of a solid.
 
virtual int getFaceCount (int solid)=0
 Returns the number of faces in a solid.
 
virtual void getFace (int solid, int index, Algebra::Vector &v0, Algebra::Vector &v1, Algebra::Vector &v2)=0
 Get the vertices of a face of a solid.
 

Detailed Description

It allows to access to the faces and materials of a list of solids.

Definition at line 31 of file StampMesh.h.


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