mirror of https://github.com/CGAL/cgal
Added clear_outer_boundary()
This commit is contained in:
parent
477f8336d8
commit
1217504e23
|
|
@ -99,6 +99,10 @@ void add_hole(const Polygon_2& hole);
|
|||
*/
|
||||
void erase_hole(Hole_iterator hit);
|
||||
|
||||
/*! clears the output boundary.
|
||||
*/
|
||||
void clear_outer_boundary();
|
||||
|
||||
/*! removes all the holes.
|
||||
*/
|
||||
void clear_holes();
|
||||
|
|
|
|||
Loading…
Reference in New Issue