|
template<class CDT , class Criteria > |
void | refine_Delaunay_mesh_2 (CDT &t, const Criteria &criteria=Criteria()) |
| Refines the default domain defined by a constrained Delaunay triangulation without seeds into a mesh satisfying the criteria defined by the traits criteria . More...
|
|
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) |
| Refines the default domain defined by a constrained Delaunay triangulation into a mesh satisfying the criteria defined by the traits criteria .The sequence [begin, end) gives a set of seeds points, that defines the domain to be meshed as follows. More...
|
|
template<class CDT > |
void | make_conforming_Delaunay_2 (CDT &t) |
| Refines the constrained Delaunay triangulation t into a conforming Delaunay triangulation. More...
|
|
template<class CDT > |
void | make_conforming_Gabriel_2 (CDT &t) |
| Refines the constrained Delaunay triangulation t into a conforming Gabriel triangulation. More...
|
|