CGAL 6.0 - 2D Periodic Hyperbolic Triangulations
|
#include <CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h>
FB.
The class Periodic_4_hyperbolic_triangulation_face_base_2
is the default model for the concept Periodic_4HyperbolicTriangulationFaceBase_2
.
It accepts two template parameters:
GT | Geometric 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. |
FB | Face base type. Should be a model of the concept TriangulationFaceBase_2 . The default value for this template parameter is Triangulation_face_base_2<GT> |
Periodic_4_hyperbolic_triangulation_face_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.
Periodic_4HyperbolicTriangulationFaceBase_2