Loading [MathJax]/extensions/TeX/newcommand.js
\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 4.13 - 2D Voronoi Diagram Adaptor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Apollonius_graph_adaptation_traits_2< AG2 > Struct Template Reference

#include <CGAL/Apollonius_graph_adaptation_traits_2.h>

Definition

The class Apollonius_graph_adaptation_traits_2 provides a model for the AdaptationTraits_2 concept.

The template parameter of the Apollonius_graph_adaptation_traits_2 class must be a model of the DelaunayGraph_2 concept, and in particular it has the semantics of a (triangulated) 2D Apollonius graph.

Is Model Of:
AdaptationTraits_2
See also
AdaptationTraits_2
DelaunayGraph_2
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_nearest_site_2