CGAL 4.8.1 - 2D Arrangements
|
An isolated vertex-information record in a Dcel data structure, which stores the face that contains the isolated vertex in its interior, along with an iterator for the isolated vertex in the isolated vertices' container of this face.
ArrangementDcel
ArrangementDcelFace
Types | |
typedef unspecified_type | Face |
the corresponding Dcel face type. | |
typedef Face::Isolated_vertex_iterator | Isolated_vertex_iterator |
Creation | |
Arr_dcel_isolated_vertex () | |
default constructor. | |
Access Functions | |
All functions below also have | |
Face * | face () |
returns the incident face, which contains iv in its interior. | |
Isolated_vertex_iterator | iterator () |
returns an iterator for the isolated vertex. | |
Modifiers | |
void | set_face (Face *f) |
sets the incident face. | |
void | set_iterator (Isolated_vertex_iterator it) |
sets the isolated vertex iterator. | |