Generic data set interface for unstructured meshes. More...
#include <MeshVizXLM/mesh/data/MiDataSetI.h>
Public Member Functions | |
virtual _T | get (size_t i) const =0 |
A generic abstract template interface for a data set usable in any extract of an unstructured mesh.
MyLineMeshCurvilinear, MyLineMeshRegular, MyLineMeshUnstructured, MySurfaceMeshUnstructured, MyVolumeMeshUnstructured, MyVolumeMeshHexahedronIjk
virtual _T MiDataSetI< _T >::get | ( | size_t | i | ) | const [pure virtual] |
Returns the i-th value of this set.