\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0.2 - 2D Voronoi Diagram Adaptor
CGAL::Regular_triangulation_degeneracy_removal_policy_2< RT2 > Struct Template Reference

#include <CGAL/Regular_triangulation_adaptation_policies_2.h>

Definition

The class Regular_triangulation_degeneracy_removal_policy_2 provides a model for the AdaptationPolicy_2 concept.

The template parameter of the Regular_triangulation_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 regular triangulation. This policy results in a power diagram that has no degenerate features, i.e., it has no Voronoi edges of zero length.

Is Model Of:
AdaptationPolicy_2
See also
AdaptationTraits_2
DelaunayGraph_2
CGAL::Regular_triangulation_caching_degeneracy_removal_policy_2<RT2>
CGAL::Voronoi_diagram_2<DG,AT,AP>
CGAL::Regular_triangulation_2<Traits,Tds>

Types

typedef CGAL::Tag_true Has_inserter