23#ifndef _MISURFACEMESHRECTILINEAR_H
24#define _MISURFACEMESHRECTILINEAR_H
27# pragma warning( push )
28# pragma warning(disable:4250)
64 virtual std::ostream&
toStream(std::ostream& s)
const
66 s <<
"#SurfaceMeshRectilinear" << std::endl;
68 s << getGeometry() << std::endl;
#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> Generic rectilinear surf...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rectilinear surface mesh...
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.
virtual const MiSurfaceGeometryRectilinear & getGeometry() const =0
Returns the geometry of this mesh.