CGAL 5.5 - 2D Segment Delaunay Graphs
CGAL::Segment_Delaunay_graph_vertex_base_2< St, Vb > Class Template Reference

#include <CGAL/Segment_Delaunay_graph_vertex_base_2.h>

Definition

Is Model Of:
SegmentDelaunayGraphVertexBase_2

The class Segment_Delaunay_graph_vertex_base_2 provides a model for the SegmentDelaunayGraphVertexBase_2 concept which is the vertex base required by the SegmentDelaunayGraphDataStructure_2 concept.

Template Parameters
Stmust be a model of the concept SegmentDelaunayGraphStorageTraits_2. This type must be template parameter used for CGAL::Segment_Delaunay_graph_2.
Vbis a vertex base class from which Segment_Delaunay_graph_vertex_base_2 derives. It must be a model of the TriangulationDSVertexBase_2 concept. It has the default value CGAL::Triangulation_ds_vertex_base_2<>.
See also
CGAL::Segment_Delaunay_graph_hierarchy_vertex_base_2<Vb>