Generic data set interface for structured surface meshes. More...
#include <MeshVizXLM/mesh/data/MiDataSetIj.h>
Public Member Functions | |
virtual _T | get (size_t i, size_t j) const =0 |
A generic abstract template interface for a data set usable in any extract of a structured surface mesh.
MySurfaceMeshCurvilinear, MySurfaceMeshRectilinear, MySurfaceMeshRegular
virtual _T MiDataSetIj< _T >::get | ( | size_t | i, | |
size_t | j | |||
) | const [pure virtual] |
Returns the ij-th value of this set.