CGAL::Segment_Voronoi_diagram_vertex_base_2<Gt,SSTag>

Definition

The class Segment_Voronoi_diagram_vertex_base_2<Gt,SSTag> provides a model for the SegmentVoronoiDiagramVertexBase_2 concept which is the vertex base required by the SegmentVoronoiDiagramDataStructure_2 concept. The class Segment_Voronoi_diagram_vertex_base_2<Gt,SSTag> has two template arguments, the first being the geometric traits of the segment Voronoi diagram and should be a model of the concept SegmentVoronoiDiagramTraits_2. The second template argument indicates whether or not to use the simple storage site that does not support intersecting segments, or the full storage site, that supports intersecting segments. The possible values are CGAL::Tag_true and CGAL::Tag_false. CGAL::Tag_true indicates that the full storage site is to be used, whereas CGAL::Tag_false indicates that the simple storage site is to be used.

#include <CGAL/Segment_Voronoi_diagram_vertex_base_2.h>

Is Model for the Concept

SegmentVoronoiDiagramVertexBase_2

See Also

SegmentVoronoiDiagramVertexBase_2
SegmentVoronoiDiagramDataStructure_2
SegmentVoronoiDiagramTraits_2
CGAL::Triangulation_data_structure_2<Vb,Fb>
CGAL::Segment_Voronoi_diagram_traits_2<K,MTag>
CGAL::Segment_Voronoi_diagram_traits_without_intersections_2<K,MTag>
CGAL::Segment_Voronoi_diagram_filtered_traits_2<CK,CM,EK,EM,FK,FM>
CGAL::Segment_Voronoi_diagram_filtered_traits_without_intersections_2<CK,CM,EK,EM,FK,FM>