26#include <Inventor/STL/string>
27#include <Inventor/STL/iostream>
82 virtual std::ostream&
toStream(std::ostream& s)
const
84 s <<
"# dataset name" << std::endl;
85 s << getName() << std::endl;
#define MESHVIZXLM_EXTR_API
std::ostream & operator<<(std::ostream &os, const SoPathList &pathList)
Writes the list to the specified output stream.
<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.