CGAL 5.6 - 2D Voronoi Diagram Adaptor
Loading...
Searching...
No Matches
CGAL Namespace Reference

Classes

struct  Apollonius_graph_adaptation_traits_2
 The class Apollonius_graph_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept. More...
 
struct  Apollonius_graph_caching_degeneracy_removal_policy_2
 The class Apollonius_graph_caching_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept. More...
 
struct  Apollonius_graph_degeneracy_removal_policy_2
 The class Apollonius_graph_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept. More...
 
struct  Delaunay_triangulation_adaptation_traits_2
 The class Delaunay_triangulation_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept. More...
 
struct  Delaunay_triangulation_caching_degeneracy_removal_policy_2
 The class Delaunay_triangulation_caching_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept. More...
 
struct  Delaunay_triangulation_degeneracy_removal_policy_2
 The class Delaunay_triangulation_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept. More...
 
struct  Identity_policy_2
 The class Identity_policy_2 provides a model for the AdaptationPolicy_2 concept. More...
 
struct  Regular_triangulation_adaptation_traits_2
 The class Regular_triangulation_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept. More...
 
struct  Regular_triangulation_caching_degeneracy_removal_policy_2
 The class Regular_triangulation_caching_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept. More...
 
struct  Regular_triangulation_degeneracy_removal_policy_2
 The class Regular_triangulation_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept. More...
 
struct  Segment_Delaunay_graph_adaptation_traits_2
 The class Segment_Delaunay_graph_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept. More...
 
struct  Segment_Delaunay_graph_caching_degeneracy_removal_policy_2
 The class Segment_Delaunay_graph_caching_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept. More...
 
struct  Segment_Delaunay_graph_degeneracy_removal_policy_2
 The class Segment_Delaunay_graph_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept. More...
 
class  Voronoi_diagram_2
 The class Voronoi_diagram_2 provides an adaptor that enables us to view a triangulated Delaunay graph as their dual subdivision, the Voronoi diagram. More...
 

Functions

template<class V2 >
void draw (const V2 &av2)
 opens a new window and draws av2, the Voronoi_diagram_2 constructed from a Delaunay Graph which is a model of DelaunayGraph_2 concept.