23#ifndef _MIVOLUMEMESHREGULAR_H 
   24#define _MIVOLUMEMESHREGULAR_H 
   27#  pragma warning( push ) 
   28#  pragma warning(disable:4250) 
   31#include <MeshVizXLM/mesh/MiMeshIjk.h> 
   32#include <MeshVizXLM/mesh/MiMeshRegular.h> 
   34#include <Inventor/STL/ostream> 
   64  virtual std::ostream& 
toStream(std::ostream& s)
 const  
   66    s << 
"#MiVolumeMeshRegular" << std::endl;
 
 
 
   75#  pragma warning( pop ) 
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> IJK volume mesh abstract...
virtual const MiTopologyIjk & getTopology() const =0
Returns the topology of this mesh.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Regular mesh abstract in...
virtual const MiGeometryRegular & getGeometry() const =0
Returns the geometry of this mesh.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Regular volume mesh abst...
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.