Unstructured mesh abstract interface.
More...
#include <MeshVizXLM/mesh/MiMeshUnstructured.h>
Public Member Functions | |
virtual const MiGeometryI & | getGeometry () const =0 |
This interface defines a unstructured mesh. All unstructured meshes have a common geometry interface: getCoord(i). An unstructured mesh can be either a volume, a surface or a line.
virtual const MiGeometryI& MiMeshUnstructured::getGeometry | ( | ) | const [pure virtual] |
Returns the unstructured geometry of this mesh.
Implemented in MeXMeshUnstructured, MbMesh< _CoordT, _ScalarT, _Vec3T >, MyLineMeshCurvilinear, MyLineMeshUnstructured, MySurfaceMeshUnstructured, MyVolumeMeshHexahedronIjk, MyVolumeMeshUnstructured, and MbMesh< MbVec3d, double, MbVec3d >.