\( \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.7 - 2D Conforming Triangulations and Meshes
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
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.