The vertex base used by the geometric triangulation must store a point. So we list here the additional requirements compared to a vertex base usable for the triangulation data structure.
| |
Must be the same as the point type TriangulationTraits_3::Point_3
defined by the geometric traits class of the triangulation.
|
| |
Constructs a vertex whose geometric embedding is point p.
| |
| |
Constructs a vertex embedding the point p and pointing to cell c.
|
|
| Returns the point. |
|
| |
Sets the point. |
CGAL::Triangulation_vertex_base_3
CGAL::Triangulation_vertex_base_with_info_3
CGAL::Triangulation_hierarchy_vertex_base_3
TriangulationCellBase_3
TriangulationHierarchyVertexBase_3