CGAL::Segment_Voronoi_diagram_storage_site_2<Gt>

Definition

The class Segment_Voronoi_diagram_storage_site_2<Gt> is a model for the concept SegmentVoronoiDiagramStorageSite_2. It is parametrized by a single template parameter Gt, which must be a model of the SegmentVoronoiDiagramTraits_2 concept.

#include <CGAL/Segment_Voronoi_diagram_storage_site_2.h>

Is Model for the Concept

SegmentVoronoiDiagramStorageSite_2

Types

The class Segment_Voronoi_diagram_storage_site_2<Gt> introduces the following type in addition to the types in the concept SegmentVoronoiDiagramStorageSite_2.

typedef Gt Geom_traits; A type for the template parameter Gt.

See Also

SegmentVoronoiDiagramSite_2
SegmentVoronoiDiagramTraits_2
CGAL::Segment_Voronoi_diagram_site_2<K>
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>