Extracted unstructured mesh abstract interface. More...
#include <MeshVizXLM/extrmesh/MeXMeshUnstructured.h>
Public Member Functions | |
virtual const MeXGeometryI & | 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 MeXGeometryI& MeXMeshUnstructured::getGeometry | ( | ) | const [pure virtual] |
Returns the unstructured geometry of this mesh.
Implements MiMeshUnstructured.