\( \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.14-Ic-146 - 2D Periodic Hyperbolic Triangulations
CGAL::Periodic_4_hyperbolic_triangulation_vertex_base_2< GT, Vb > Class Template Reference

#include <CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h>

Inherits from

Vb.

Definition

The class Periodic_4_hyperbolic_triangulation_vertex_base_2 is the default model for the concept Periodic_4HyperbolicTriangulationVertexBase_2.

It accepts two template parameters:

Template Parameters
GTGeometric traits type. This should be the same model of the concept Periodic_4HyperbolicDelaunayTriangulationTraits_2 that is used in the class Periodic_4_hyperbolic_Delaunay_triangulation_2. This template parameter has no default value.
VbVertex base type. Should be a model of the concept TriangulationVertexBase_2. The default value for this template parameter is CGAL::Triangulation_vertex_base_2<GT>

Periodic_4_hyperbolic_triangulation_vertex_base_2 can be simply plugged in the triangulation data structure of a periodic hyperbolic triangulation, or used as a base class to derive other base vertex classes tuned for specific applications.

Is Model Of:
Periodic_4HyperbolicTriangulationVertexBase_2
See also
Periodic_4_hyperbolic_triangulation_face_base_2