CGAL 5.1 - 2D Conforming Triangulations and Meshes
|
#include <Concepts/DelaunayMeshVertexBase_2.h>
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.
CGAL::Delaunay_mesh_vertex_base_2<Traits, Vb>
Access Functions | |
const double & | sizing_info () const |
returns the size requested locally around the vertex More... | |
void | set_sizing_info (const double &s) |
sets the size requested locally around the vertex More... | |
void DelaunayMeshVertexBase_2::set_sizing_info | ( | const double & | s | ) |
sets the size requested locally around the vertex
const double& DelaunayMeshVertexBase_2::sizing_info | ( | ) | const |
returns the size requested locally around the vertex