Regular mesh abstract interface. More...
#include <MeshVizXLM/mesh/MiMeshRegular.h>
Public Member Functions | |
virtual const MiGeometryRegular & | getGeometry () const =0 |
Returns the geometry of this mesh. | |
Public Member Functions inherited from MiMesh | |
virtual | ~MiMesh () |
Additional Inherited Members | |
Public Types inherited from MiMesh | |
enum | Dimension { DIMENSION_I = 0 , DIMENSION_J = 1 , DIMENSION_K = 2 } |
Defines the dimensions in a one, two, or three-dimensional array. More... | |
Protected Member Functions inherited from MiMesh | |
virtual std::ostream & | toStream (std::ostream &s) const =0 |
Performs an output operation on a stream which is returned afterward. | |
Regular mesh abstract interface.
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.
Definition at line 50 of file MiMeshRegular.h.
|
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.