CGAL 5.3 - 2D Voronoi Diagram Adaptor
CGAL::Segment_Delaunay_graph_caching_degeneracy_removal_policy_2< SDG2 > Struct Template Reference

#include <CGAL/Segment_Delaunay_graph_adaptation_policies_2.h>

Definition

The class Segment_Delaunay_graph_caching_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept.

The template parameter of the Segment_Delaunay_graph_caching_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 segment Delaunay graph. This policy caches the results of the edge and face rejectors and results in a Voronoi diagram that has no degenerate features, i.e., 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::Segment_Delaunay_graph_degeneracy_removal_policy_2<SDG2>
CGAL::Voronoi_diagram_2<DG,AT,AP>
CGAL::Segment_Delaunay_graph_2<Gt,DS>
CGAL::Segment_Delaunay_graph_hierarchy_2<Gt,STag,DS>

Types

typedef CGAL::Tag_false Has_inserter