CGAL 5.6 - 3D Boolean Operations on Nef Polyhedra
|
#include <CGAL/Nef_polyhedron_3.h>
The type Halffacet_cycle_iterator
iterates over a list of Object_handles
.
Each item of that list can either be assigned to SHalfedge_handle
or SHalfloop_handle
. To find out which of these assignment works out, the member functions is_shalfedge()
and is_shalfloop()
are provided.
Types | |
typedef unspecified_type | SHalfedge_handle |
const handle to SHalfedge. | |
typedef unspecified_type | SHalfloop_handle |
const handle to SHalfloop. | |
Creation | |
Halffacet_cycle_iterator () | |
default constructor. | |