Generic data set interface for extracted structured surface meshes. More...
#include <MeshVizXLM/extrmesh/data/MeXDataSetIj.h>
Public Member Functions | |
virtual size_t | getSizeI () const =0 |
virtual size_t | getSizeJ () const =0 |
A generic abstract template interface for a data set returned by any extract of a structured surface mesh.
virtual size_t MeXDataSetIj< _T >::getSizeI | ( | ) | const [pure virtual] |
Returns the size of the dataset along the first logical axis.
virtual size_t MeXDataSetIj< _T >::getSizeJ | ( | ) | const [pure virtual] |
Returns the size of the dataset along the second logical axis.