CGAL 5.1.3 - 2D Conforming Triangulations and Meshes
CGAL::Delaunay_mesh_face_base_2< Traits, Fb > Class Template Reference

#include <CGAL/Delaunay_mesh_face_base_2.h>

Inherits from

Fb.

Definition

The class Delaunay_mesh_face_base_2 is a model for the concept DelaunayMeshFaceBase_2.

This class can be used directly or it can serve as a base to derive other classes with some additional attributes (a color for example) tuned to a specific application.

Template Parameters
Traitsis the geometric traits class. It must be the same as the one used for the Delaunay mesh.
Fbis the base class from which Delaunay_mesh_face_base_2 derives. It must be a model of the ConstrainedTriangulationFaceBase_2 concept.
Is Model Of:
DelaunayMeshFaceBase_2
Examples:
Mesh_2/mesh_class.cpp, Mesh_2/mesh_global.cpp, Mesh_2/mesh_optimization.cpp, and Mesh_2/mesh_with_seeds.cpp.