Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
MiDataSetIj< _T > Class Template Referenceabstract

MeshViz Generic data set interface for structured surface meshes. More...

#include <MeshVizXLM/mesh/data/MiDataSetIj.h>

+ Inheritance diagram for MiDataSetIj< _T >:

Public Member Functions

virtual _T get (size_t i, size_t j) const =0
 Returns the ij-th value of this set.
 
- Public Member Functions inherited from MiDataSet
virtual ~MiDataSet ()
 
virtual size_t getTimeStamp () const =0
 Returns for this dataset a unique time stamp across all datasets in the application.
 
virtual std::string getName () const =0
 Returns the name of this data set.
 
virtual DataBinding getBinding () const =0
 Returns the data binding of this data set.
 

Additional Inherited Members

- Public Types inherited from MiDataSet
enum  DataBinding {
  PER_CELL ,
  PER_NODE
}
 Data binding. More...
 
- Protected Member Functions inherited from MiDataSet
virtual std::ostream & toStream (std::ostream &s) const
 Performs an output operation on a stream which is returned afterward.
 

Detailed Description

template<typename _T>
class MiDataSetIj< _T >

MeshViz Generic data set interface for structured surface meshes.

A generic abstract template interface for a data set usable in any extract of a structured surface mesh.

Definition at line 40 of file MiDataSetIj.h.

Member Function Documentation

◆ get()

template<typename _T >
virtual _T MiDataSetIj< _T >::get ( size_t  i,
size_t  j 
) const
pure virtual

Returns the ij-th value of this set.


The documentation for this class was generated from the following file: