Added clear_outer_boundary()

This commit is contained in:
Efi Fogel 2023-05-08 17:26:01 +03:00
parent 477f8336d8
commit 1217504e23
1 changed files with 4 additions and 0 deletions

View File

@ -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();