CGAL 5.6.1 - 2D Conforming Triangulations and Meshes
CGAL::Delaunay_mesh_vertex_base_2< Traits, Vb > Class Template Reference

#include <CGAL/Delaunay_mesh_vertex_base_2.h>

Inherits from

Vb.

Definition

The class Delaunay_mesh_vertex_base_2 is a model for the concept DelaunayMeshVertexBase_2.

This class can be used directly or it can serve as a base to derive other classes with some additional attributes 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.
Vbis the base class from which Delaunay_mesh_vertex_base_2 derives. It must be a model of the TriangulationVertexBase_2 concept.
Is Model Of:
DelaunayMeshVertexBase_2
Examples:
Mesh_2/mesh_optimization.cpp.