\( \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
DelaunayMeshVertexBase_2 Concept Reference

Definition

The concept DelaunayMeshVertexBase_2 refines the concept TriangulationVertexBase_2. It adds two functions giving access to a double marker, that is useful for the mesh optimizers to keep the mesh density everywhere while modifying the mesh.

Refines:
TriangulationVertexBase_2
Has Models:
CGAL::Delaunay_mesh_vertex_base_2<Traits, Vb>

Access Functions

const double & sizing_info () const
 returns the size requested locally around the vertex
 
void set_sizing_info (const double &s)
 sets the size requested locally around the vertex