Generic data set interface for extracted unstructured meshes. More...
#include <MeshVizXLM/extrmesh/data/MeXDataSetI.h>
Public Member Functions | |
virtual size_t | getSize () const =0 |
virtual const MeXDataSetI< _T > * | getNewClone () const =0 |
A generic abstract template interface for data sets returned by any extract of unstructured mesh.
virtual const MeXDataSetI<_T>* MeXDataSetI< _T >::getNewClone | ( | ) | const [pure virtual] |
Gets a new clone of this dataset.
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.
Implements MeXDataSet< _T >.
virtual size_t MeXDataSetI< _T >::getSize | ( | ) | const [pure virtual] |
Returns the number of elements in the data set.