Extracted IJ surface mesh abstract interface. More...
#include <MeshVizXLM/extrmesh/MeXMeshIj.h>
Public Member Functions | |
virtual const MeXTopologyIj & | getTopology () const =0 |
This interface defines an IJ surface mesh. All IJ meshes have a common topology interface to get the number of cells: getNumCellsI(), and getNumCellsJ().
virtual const MeXTopologyIj& MeXMeshIj::getTopology | ( | ) | const [pure virtual] |
Returns the topology of this mesh.
Implements MiMeshIj.