Regular mesh abstract interface. More...
#include <MeshVizXLM/mesh/MiMeshRegular.h>
Public Member Functions | |
virtual const MiGeometryRegular & | getGeometry () const =0 |
This interface defines a regular mesh. A regular mesh has a geometry defined by a bounding box. A regular mesh could be either a volume (a parallelepiped) a surface (a rectangle) or a straight line.
virtual const MiGeometryRegular& MiMeshRegular::getGeometry | ( | ) | const [pure virtual] |
Returns the geometry of this mesh.
A MiGeometryRegular represents a regular geometry fully defined by its min and max points.
Implemented in MeXSurfaceMeshRegular.