Extracted unstructured line mesh abstract interface. More...
#include <MeshVizXLM/extrmesh/MeXLineMeshUnstructured.h>
Public Member Functions | |
virtual const MeXLineTopologyExplicitI & | getTopology () const =0 |
virtual const MeXLineMeshUnstructured * | getNewClone () const =0 |
This interface defines an extracted unstructured line mesh. This is a list of MeXLineCell segments.
virtual const MeXLineMeshUnstructured* MeXLineMeshUnstructured::getNewClone | ( | ) | const [pure virtual] |
Gets a new clone of this mesh. This method creates and returns a new instance of the class of this object by copying all fields of this instance. The application is responsible for deleting the new instance returned.
virtual const MeXLineTopologyExplicitI& MeXLineMeshUnstructured::getTopology | ( | ) | const [pure virtual] |
Returns the topology of this mesh.
Implements MiLineMeshUnstructured.