![]() |
| |
A type for the halfedges of the Voronoi diagram.
| |
| |
A type for the faces 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 the point represented by the
vertex.
| |
| |
A type for sizes.
| |
| |
A type for a bidirectional
circulator that allows to traverse all incident halfedges, i.e., all
halfedges that have the vertex as their target. 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.
|
|
| Returns an incident halfedge that has v as its target. |
|
| Returns the in-degree of the vertex, i.e. the number of halfedges that have v as their target. |
|
| Returns the point represented by the vertex. |
| ||
| Returns a handle to the corresponding dual face in the Delaunay graph. | |
| ||
| ||
Returns a handle to the vertex in the Delaunay graph corresponding to
the -th generating site of the Voronoi vertex. Precondition: i must be smaller or equal to 2. | ||
| ||
| ||
Returns a bidirectional circulator that allows the traversal of the halfedges that have v as their target. Applying operator++ (resp. operator--) to this circulator returns the next incident halfedge in the counterclockwise (resp. clockwise) sense. |
|
| |
Returns true if the halfedge e is incident to v. | ||
|
| |
Returns true if the face f is incident to v. | ||
|
| Returns true if the following conditions are met: the dual face is not an infinite face; all incident halfedges have the vertex as their target. |