23#ifndef _MISURFACEMESHCURVILINEAR_H
24#define _MISURFACEMESHCURVILINEAR_H
27# pragma warning( push )
28# pragma warning(disable:4250)
65 virtual std::ostream&
toStream(std::ostream& s)
const
67 s <<
"#SurfaceMeshCurvilinear" << std::endl;
69 s << getGeometry() << std::endl;
76# pragma warning( pop )
#define MESHVIZXLM_EXTR_API
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic geometry interfa...
<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> Curvilinear surface mesh...
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.
virtual const MiGeometryIj & getGeometry() const =0
Returns the geometry of this mesh.