CGAL::Regular_triangulation_caching_degeneracy_removal_policy_2<RT2>

Definition

The class Regular_triangulation_caching_degeneracy_removal_policy_2<RT2> provides a model for the AdaptationPolicy_2 concept. The template parameter of the Regular_triangulation_caching_degeneracy_removal_policy_2<RT2> class must be a model of the DelaunayGraph_2 concept, and in particular it has the semantics of a (triangulated) 2D regular triangulation. 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.

#include <CGAL/Regular_triangulation_adaptation_policies_2.h>

Is Model for the Concepts

AdaptationPolicy_2

Types

typedef CGAL::Tag_true Has_inserter;

See Also

AdaptationTraits_2
DelaunayGraph_2
CGAL::Regular_triangulation_degeneracy_removal_policy_2<RT2>
CGAL::Voronoi_diagram_2<DG,AT,AP>
CGAL::Regular_triangulation_2<Traits,Tds>