CGAL 5.0.3 - 2D Conforming Triangulations and Meshes
|
#include <CGAL/Delaunay_mesh_face_base_2.h>
Fb.
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.
Traits | is the geometric traits class. It must be the same as the one used for the Delaunay mesh. |
Fb | is the base class from which Delaunay_mesh_face_base_2 derives. It must be a model of the ConstrainedTriangulationFaceBase_2 concept. |