CGAL::Triangulation_ds_vertex_base_3<>

Definition

The class Triangulation_ds_vertex_base_3 can be used as the base vertex for a 3D-triangulation data structure, it is a model of the concept TriangulationDSVertexBase_3.

Note that if the triangulation data structure is used as a parameter of a geometric triangulation (Section 38.2 and Chapter 37), then the vertex base class has to fulfill additional geometric requirements, i.e. it has to be a model of the concept TriangulationVertexBase_3.

This base class can be used directly or can serve as a base to derive other base classes with some additional attributes (a color for example) tuned for a specific application.

#include <CGAL/Triangulation_ds_vertex_base_3.h>

Is Model for the Concepts

TriangulationDSVertexBase_3

See Also

CGAL::Triangulation_vertex_base_3
CGAL::Triangulation_ds_cell_base_3
CGAL::Triangulation_vertex_base_with_info_3