23#ifndef _MILINEMESHUNSTRUCTURED_H
24#define _MILINEMESHUNSTRUCTURED_H
27# pragma warning( push )
28# pragma warning(disable:4250)
59 virtual std::ostream&
toStream(std::ostream& s)
const
61 s <<
"#MiLineMeshUnstructured" << std::endl;
63 s <<
"#mesh geometry" << std::endl;
72# pragma warning( pop )
#define MESHVIZXLM_EXTR_API
virtual MbVec3d getCoord(size_t i) const =0
Returns the i-th coordinate of this geometry.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Unstructured Line mesh a...
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.
virtual const MiLineTopologyExplicitI & getTopology() const =0
Returns the topology of this mesh.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> List of line cells inter...
virtual const MiGeometryI & getGeometry() const =0
Returns the unstructured geometry of this mesh.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> I Unstructured mesh abst...
virtual const MiTopologyExplicitI & getTopology() const =0
Returns the generic topology of this mesh.
virtual size_t getEndNodeId() const =0
Returns the last node id + 1 used by this topology.