CGAL 4.4 - 2D Conforming Triangulations and Meshes
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Type Requirements
Member CGAL::refine_Delaunay_mesh_2 (CDT &t, const Criteria &criteria=Criteria())

The face of the constrained Delaunay triangulation must be a model of the concept DelaunayMeshFaceBase_2.

CDT::Face_handle must be the same as Criteria::Face_handle.

Member CGAL::refine_Delaunay_mesh_2 (CDT &t, InputIterator begin, InputIterator end, const Criteria &criteria=Criteria(), bool mark=false)

The face of the constrained Delaunay triangulation must be a model of the concept DelaunayMeshFaceBase_2.

CDT::Face_handle must be the same as Criteria::Face_handle.