\( \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.12 - 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.