Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Types

Regular_face_base::Weighted_point
This type must be the same as the weighted point type Gt::Weigthed_point defined by the geometric traits class of the regular triangulation.

typedef std::list<Weighted_point>
Point_list; An std list of hidden points.

Creation

Regular_face_base f;
Default constructor

Regular_face_base f ( void* v0, void* v1, void* v2);
Constructor setting the incident vertices.

Regular_face_base f ( void* v0,
void* v1,
void* v2,
void* n0,
void* n1,
void* n2);
Constructor setting the incident vertices and the neighboring faces.

Access Functions

Point_list& f.point_list () Returns a reference to the list of weighted points hidden by the face.

Next: Class declaration of Regular_geom_traits
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The GALIA project. Jan 18, 2000.