The class Voronoi_diagram_2<DG,AT,AP>::Face is the class provided by the Voronoi_diagram_2<DG,AT,AP> class for Voronoi faces. Below we present its interface.
| |
A type for the vertices of the Voronoi diagram.
| |
| |
A type for the halfedges of the Voronoi diagram.
| |
| |
Handle for the vertices of the Voronoi diagram.
| |
| |
Handle for the faces of the Voronoi diagram.
| |
| |
Handle for the halfedges of the Voronoi
diagram.
| |
| |
A type for a bidirectional
circulator over the halfedges on the boundary of the face. The value
type of the circulator is
CGAL::Voronoi_diagram_2<DG,AT,AP>::Halfedge, and is convertible
to Halfedge_handle.
| |
| |
A type for the Delaunay graph. It is a
model of the DelaunayGraph_2 concept.
|
| ||
| A type for the handle of the dual vertex. |
|
| Returns true iff the face is an unbounded face in the Voronoi diagram. |
|
| |
Returns true iff e is a halfedge of the boundary of f. | ||
|
| Returns true iff the following conditions are met: the face is not rejected by the chosen adaptation policy; all its adjacent halfedges do not have zero length; all its adjacent halfedges return the face as their adjacent face. |