26#include <Inventor/STL/string>
27#include <Inventor/STL/iostream>
29#include <MeshVizXLM/MxMeshVizXLM.h>
73 friend std::ostream& operator<< (std::ostream& s,
const MiDataSet& dataset)
82 virtual std::ostream&
toStream(std::ostream& s)
const
84 s <<
"# dataset name" << std::endl;
85 s << getName() << std::endl;
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic data set interfa...
virtual std::string getName() const =0
Returns the name of this data set.
virtual size_t getTimeStamp() const =0
Returns for this dataset a unique time stamp across all datasets in the application.
virtual DataBinding getBinding() const =0
Returns the data binding of this data set.
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.
@ PER_CELL
The data set contains one data value per cell.