void
|
f.set_halfedge ( void* h)
|
| |
sets incident halfedge.
|
|
void
|
f.add_hole ( void* h)
|
| |
adds h to the holes container.
|
|
void
|
f.erase_hole ( Holes_iterator hit)
|
| |
removes the halfedge referenced by hit from the holes container (the halfedge itself is not erased
from the DCEL).
|
|
void
|
f.erase_holes ( |
Holes_iterator first,
Holes_iterator last) |
|
| |
removes
the halfedges in the range [first,last) from the holes
container.
|