Class xlifepp::subdivision::Vertex#

class Vertex#

Public Functions

inline Vertex()#

default constructor

inline Vertex(const number_t num, const refnum_t localcod, const Point &P)#

full constructor

inline Point geomPt() const#

returns geometrical point associated to the vertex

inline refnum_t locCode() const#

returns localization code

inline number_t number() const#

returns vertex number

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.

real_t squareDistance(const Vertex &V) const#

square of the distance between the current vertex and vertex V

Computes of the square of the distance between the current vertex and vertex V.