List of extracted surface cells interface. More...
#include <MeshVizXLM/extrmesh/topology/MeXSurfaceTopologyExplicitI.h>
Public Member Functions | |
virtual const MeXSurfaceCell * | getCell (size_t id) const =0 |
A generic abstract interface for an extracted unstructured surface mesh topology.
virtual const MeXSurfaceCell* MeXSurfaceTopologyExplicitI::getCell | ( | size_t | id | ) | const [pure virtual] |
Returns a cell of this topology.
The cell is identified by one id.
Implements MiSurfaceTopologyExplicitI.