23#ifndef _MISURFACEMESHREGULAR_H
24#define _MISURFACEMESHREGULAR_H
27# pragma warning( push )
28# pragma warning(disable:4250)
34#include <Inventor/STL/ostream>
59 virtual std::ostream&
toStream(std::ostream& s)
const
61 s <<
"#SurfaceMeshRegular" << std::endl;
70# pragma warning( pop )
#define MESHVIZXLM_EXTR_API
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> IJ surface mesh abstract...
virtual const MiTopologyIj & 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 surface mesh abs...
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.