CGAL::Segment_Delaunay_graph_site_2<K>

Definition

The class Segment_Delaunay_graph_site_2<K> is a model for the concept SegmentDelaunayGraphSite_2. It is parametrized by a template parameter K which must be a model of the Kernel concept.

#include <CGAL/Segment_Delaunay_graph_site_2.h>

Is Model for the Concepts

SegmentDelaunayGraphSite_2

Types

The class Segment_Delaunay_graph_site_2<K> introduces the following type in addition to the types in the concept SegmentDelaunayGraphSite_2.

typedef K Kernel; A type for the template parameter K.

See Also

Kernel
SegmentDelaunayGraphSite_2
CGAL::Segment_Delaunay_graph_traits_2<K,MTag>
CGAL::Segment_Delaunay_graph_traits_without_intersections_2<K,MTag>
CGAL::Segment_Delaunay_graph_filtered_traits_2<CK,CM,EK,EM,FK,FM>
CGAL::Segment_Delaunay_graph_filtered_traits_without_intersections_2<CK,CM,EK,EM,FK,FM>