CGAL 5.4 - 2D Triangulations on the Sphere
CGAL::Triangulation_on_sphere_face_base_2< Traits, Fb > Class Template Reference

#include <CGAL/Triangulation_on_sphere_face_base_2.h>

Inherits from

Fb.

Definition

Is Model Of:
TriangulationOnSphereFaceBase_2

The class Triangulation_on_sphere_face_base_2 is a model for the concept TriangulationOnSphereFaceBase_2. It is the default face base class for triangulations on the sphere.

Triangulation_on_sphere_face_base_2 can be simply plugged into the triangulation data structure of a triangulation, or used as a base class to derive other base face classes tuned for specific applications.

Template Parameters
Traitsmust be a geometric traits class. The geometric traits is actually not used by the class.
Fbhas to be a model of the concept TriangulationDSFaceBase_2 and will serve as a base class for Triangulation_on_sphere_face_base_2. By default this parameter is instantiated by Triangulation_ds_face_base_2<>.
See also
CGAL::Triangulation_ds_face_base_2<Tds>
CGAL::Triangulation_face_base_with_info_2<Traits,Tds>
CGAL::Triangulation_on_sphere_vertex_base_2<Traits,Vb>
CGAL::Triangulation_on_sphere_2<Traits,Tds>