The concept TriangulationVertexBase_2 describes the requirements for the vertex base class of a triangulation data structure to be plugged in a basic, Delaunay or constrained triangulations.
The concept TriangulationVertexBase_2 refines the concept TriangulationDSVertexBase_2 adding geometric information : the vertex base of a triangulation stores a point.
| |
Must be the same as the point type TriangulationTraits_2::Point_2
defined by the geometric traits class of the triangulation.
|
| |
constructs a vertex embedded in point p.
| |
| |
constructs a vertex embedded in point p and pointing on face f.
|
|
| returns the point. |
|
| returns a pointer to an incident face. |
|
| |
sets the point. |
CGAL::TriangulationVertexBase_2<Traits>.
TriangulationDataStructure_2
TriangulationDataStructure_2::Vertex
CGAL::Triangulation_vertex_base_2<Traits>