Class xlifepp::subdivision::Vertex#
-
class Vertex#
-
Collaboration diagram for xlifepp::subdivision::Vertex:
Public Functions
-
inline Vertex()#
-
default constructor
-
void print(std::ostream &os) const#
-
prints, on stream os, the coordinates of the vertex
Prints, on stream os, the coordinates of the point associated to the vertex in scientific format.
-
void print(std::ostream &os, const TopoGeom &B) const#
-
prints, on stream os, the attributes of the vertex
Prints, on stream os, the attributes of the vertex.
-
void printTeX(std::ostream &os) const#
-
prints, on stream os, the coordinates of the vertex for TeX exploitation
Prints, on stream os, the coordinates of the point associated to the vertex in standard format for TeX exploitation.
-
inline Vertex()#