CGAL 5.6.1 - 2D Voronoi Diagram Adaptor
CGAL::Apollonius_graph_degeneracy_removal_policy_2< AG2 > Struct Template Reference

#include <CGAL/Apollonius_graph_adaptation_policies_2.h>

Definition

The class Apollonius_graph_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept.

The template parameter of the Apollonius_graph_degeneracy_removal_policy_2 class must be a model of the DelaunayGraph_2 concept, and in particular it has the semantics of a (triangulated) 2D Apollonius graph. This policy results in a Voronoi diagram that has no degenerate features, i.e., it has no Voronoi edges of zero length and no Voronoi faces of zero area.

Is Model Of:
AdaptationPolicy_2
See also
AdaptationTraits_2
DelaunayGraph_2
CGAL::Apollonius_graph_caching_degeneracy_removal_policy_2<AG2>
CGAL::Voronoi_diagram_2<DG,AT,AP>
CGAL::Apollonius_graph_2<Gt,Agds>
CGAL::Apollonius_graph_hierarchy_2<Gt,Agds>

Types

typedef CGAL::Tag_true Has_inserter