|
template<typename CDT , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
void | refine_Delaunay_mesh_2 (CDT &t, const NamedParameters &np) |
| refines the domain defined by a constrained Delaunay triangulation into a mesh satisfying the criteria defined by the traits criteria .
|
|
template<class CDT , class Criteria > |
void | refine_Delaunay_mesh_2 (CDT &t, const Criteria &criteria=Criteria()) |
|
template<class CDT , class Criteria , class InputIterator > |
void | refine_Delaunay_mesh_2 (CDT &t, InputIterator begin, InputIterator end, const Criteria &criteria=Criteria(), bool mark=false) |
|
template<class CDT > |
void | make_conforming_Delaunay_2 (CDT &t) |
| Refines the constrained Delaunay triangulation t into a conforming Delaunay triangulation.
|
|
template<class CDT > |
void | make_conforming_Gabriel_2 (CDT &t) |
| Refines the constrained Delaunay triangulation t into a conforming Gabriel triangulation.
|
|
template<typename CDT , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
Mesh_optimization_return_code | lloyd_optimize_mesh_2 (CDT &cdt, const NamedParameters &np=parameters::default_values()) |
| The function lloyd_optimize_mesh_2() is a mesh optimization process based on the minimization of a global energy function.
|
|