Figure and figure illustrate the incidences of an sface. An sface is described by its boundaries. An entry item to each boundary cycle can be accessed using the iterator range (sface_cycles_begin()/sface_cycles_end()). Additionally, Nef_polyhedron_S2 provides the macro CGAL_forall_sface_cylces_of. The iterators are of type SFace_cycle_const_iterator and represent either a shalfedge, a shalfloop, or a svertex.
#include <CGAL/Nef_polyhedron_3.h>
The following types are the same as in Nef_polyhedron_3<Traits>.
| |
type of mark.
| |
| |
list of Object handles.
| |
| |
const handle to Vertex.
| |
| |
const handle to Volume.
| |
| |
const handle to SFace.
| |
| |
const iterator over the entries to all sface cycles of a sface.
|
There is no need for a user to create a SFace explicitly. The class Nef_polyhedron_3<Traits> manages the needed sfaces internally.
|
| the mark of sf . |
| ||
| ||
the center vertex of the sphere map sf belongs to. | ||
| ||
| the volume that corresponds to sf in the 3D incidence structure. | |
| ||
| ||
iterator over the entries to all sface cycles of sf . | ||
| ||
| ||
past-the-end iterator. |
CGAL::Nef_polyhedron_3<Traits>::Vertex
CGAL::Nef_polyhedron_3<Traits>::Volume