CGAL 5.6.1 - 2D Voronoi Diagram Adaptor
CGAL::Segment_Delaunay_graph_adaptation_traits_2< SDG2 > Struct Template Reference

#include <CGAL/Segment_Delaunay_graph_adaptation_traits_2.h>

Definition

The class Segment_Delaunay_graph_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept.

The template parameter of the Segment_Delaunay_graph_adaptation_traits_2 class must be a model of the DelaunayGraph_2 concept, and in particular it has the semantics of the 2D (triangulated) segment Delaunay graph.

Is Model Of:
AdaptationTraits_2
See also
AdaptationTraits_2
DelaunayGraph_2
CGAL::Voronoi_diagram_2<DG,AT,AP>
CGAL::Segment_Delaunay_graph_2<Gt,DS>
CGAL::Segment_Delaunay_graph_hierarchy_2<Gt,STag,DS>
Examples:
Voronoi_diagram_2/vd_2_point_location_sdg_linf.cpp.

Types

typedef CGAL::Tag_true Has_nearest_site_2