CGAL 6.0.1 - 2D Voronoi Diagram Adaptor
Loading...
Searching...
No Matches
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 123]
 NCGAL
 CApollonius_graph_adaptation_traits_2The class Apollonius_graph_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept
 CApollonius_graph_caching_degeneracy_removal_policy_2The class Apollonius_graph_caching_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept
 CApollonius_graph_degeneracy_removal_policy_2The class Apollonius_graph_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept
 CDelaunay_triangulation_adaptation_traits_2The class Delaunay_triangulation_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept
 CDelaunay_triangulation_caching_degeneracy_removal_policy_2The class Delaunay_triangulation_caching_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept
 CDelaunay_triangulation_degeneracy_removal_policy_2The class Delaunay_triangulation_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept
 CGraphics_scene_options_voronoi_diagram_2The class Graphics_scene_options_voronoi_diagram_2 defines data and methods used to tune the way that the cells of a Voronoi_diagram_2 are considered for drawing or to be added into a graphics scene
 CIdentity_policy_2The class Identity_policy_2 provides a model for the AdaptationPolicy_2 concept
 CRegular_triangulation_adaptation_traits_2The class Regular_triangulation_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept
 CRegular_triangulation_caching_degeneracy_removal_policy_2The class Regular_triangulation_caching_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept
 CRegular_triangulation_degeneracy_removal_policy_2The class Regular_triangulation_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept
 CSegment_Delaunay_graph_adaptation_traits_2The class Segment_Delaunay_graph_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept
 CSegment_Delaunay_graph_caching_degeneracy_removal_policy_2The class Segment_Delaunay_graph_caching_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept
 CSegment_Delaunay_graph_degeneracy_removal_policy_2The class Segment_Delaunay_graph_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept
 CVoronoi_diagram_2The class Voronoi_diagram_2 provides an adaptor that enables us to view a triangulated Delaunay graph as their dual subdivision, the Voronoi diagram
 CFaceThe class Face is the class provided by the Voronoi_diagram_2<DG,AT,AP> class for Voronoi faces
 CHalfedgeThe class Halfedge is the class provided by the Voronoi_diagram_2<DG,AT,AP> class for Voronoi halfedges
 CVertexThe class Vertex is the Voronoi vertex class provided by the class Voronoi_diagram_2<DG,AT,AP> class
 CAdaptationPolicy_2The concept AdaptationPolicy_2 defines the requirements on the predicate functors that determine whether a feature of the triangulated Delaunay graph should be rejected or not. It also provides a functor for inserting sites in the Delaunay graph. The last functor is optional and a tag determines whether it is provided or not. Note that while the first two functors do not modify the Delaunay graph they take as an argument, the last ones does
 CAdaptationTraits_2The concept AdaptationTraits_2 defines the functors required for accessing geometric information in the Delaunay graph that is needed by the CGAL::Voronoi_diagram_2<DG,AT,AP> class. It optionally defines a functor for performing nearest site queries. A tag is provided for determining whether this functor is defined or not
 CDelaunayGraph_2The concept DelaunayGraph_2 defines the requirements for the first template parameter of the Voronoi_diagram_2<DG,AT,AP> class. The DelaunayGraph_2 concept essentially defines the requirements that a class representing a Delaunay graph must obey so that the Voronoi diagram adaptor can adapt it
 CGraphicsSceneOptionsVoronoiDiagram2The concept GraphicsSceneOptionsVoronoiDiagram2 defines data and methods used to tune the way that the cells of a Voronoi_diagram_2 are considered for drawing or to be added into a graphics scene