Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MiTypedDataSet< _T > Class Template Reference

MeshViz Generic typed data set interface. More...

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

+ Inheritance diagram for MiTypedDataSet< _T >:

Additional Inherited Members

- Public Types inherited from MiDataSet
enum  DataBinding {
  PER_CELL ,
  PER_NODE
}
 Data binding. More...
 
- 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.
 
- 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 MiTypedDataSet< _T >

MeshViz Generic typed data set interface.

A generic abstract template interface for a typed data set. Type _T must have an explicit constructor with a double variable.

Definition at line 40 of file MiTypedDataSet.h.


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