|
void*
|
f.halfedge ()
|
an incident halfedge on the outer CCB of f.
|
|
const void*
|
f.halfedge ()
|
|
void
|
f.set_halfedge ( void* h)
|
| |
sets incident halfedge.
|
|
Holes_iterator
|
f.holes_begin ()
|
a begin iterator of the holes container.
|
|
Holes_iterator
|
f.holes_end ()
|
a past-the-end iterator of the holes container.
|
|
Holes_const_iterator
|
|
f.holes_begin ()
|
|
Holes_const_iterator
|
|
f.holes_end ()
|
|
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.
|