23#ifndef _MIGEOMETRYREGULAR_H
24#define _MIGEOMETRYREGULAR_H
56 virtual std::ostream&
toStream(std::ostream& s)
const
58 s <<
"#MiGeometryRegular" << std::endl;
59 s <<
"#Min :" <<
getMin() << std::endl;
60 s <<
"#Max :" <<
getMax() << std::endl;
#define MESHVIZXLM_EXTR_API
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic geometry interfa...
virtual SoDEPRECATED MbVec3d getMax() const
Returns the maximum value of this set.
virtual SoDEPRECATED MbVec3d getMin() const
Returns the minimum value of this set.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic parallelepiped,...
virtual MbVec3d getMin() const =0
Returns the minimum value of this set.
virtual MbVec3d getMax() const =0
Returns the maximum value of this set.
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.