| 
    CGAL 4.7 - 3D Boolean Operations on Nef Polyhedra 
   | 
 
#include <CGAL/Nef_polyhedron_3.h>
The type SFace_cycle_iterator iterates over a list of Object_handles. 
Each item of that list can either be assigned to SVertex_handle, SHalfedge_handle or SHalfloop_handle. To find out which of these assignment works out, the member functions is_svertex(), is_shalfedge() and is_shalfloop() are provided.
Types | |
| typedef unspecified_type | SVertex_handle | 
| const handle to SVertex.  More... | |
| typedef unspecified_type | SHalfedge_handle | 
| const handle to SHalfedge.  More... | |
| typedef unspecified_type | SHalfloop_handle | 
| const handle to SHalfloop.  More... | |
Creation | |
| SFace_cycle_iterator () | |
| default constructor.  More... | |
Operations | |
| bool | is_svertex () const | 
returns true if sfc represents a SVertex_handle.  More... | |
| bool | is_shalfedge () const | 
returns true if sfc represents a SHalfedge_handle.  More... | |
| bool | is_shalfloop () const | 
returns true if sfc represents a SHalfloop_handle.  More... | |
| operator SVertex_handle () const | |
casts sfc to SVertex_handle.  More... | |
| operator SHalfedge_handle () const | |
casts sfc to SHalfedge_handle.  More... | |
| operator SHalfloop_handle () const | |
casts sfc to SHalfloop_handle.  More... | |
| typedef unspecified_type CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::SHalfedge_handle | 
const handle to SHalfedge.
| typedef unspecified_type CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::SHalfloop_handle | 
const handle to SHalfloop.
| typedef unspecified_type CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::SVertex_handle | 
const handle to SVertex.
| CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::SFace_cycle_iterator | ( | ) | 
default constructor.
| bool CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::is_shalfedge | ( | ) | const | 
returns true if sfc represents a SHalfedge_handle. 
| bool CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::is_shalfloop | ( | ) | const | 
returns true if sfc represents a SHalfloop_handle. 
| bool CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::is_svertex | ( | ) | const | 
returns true if sfc represents a SVertex_handle. 
| CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::operator SHalfedge_handle | ( | ) | const | 
casts sfc to SHalfedge_handle. 
| CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::operator SHalfloop_handle | ( | ) | const | 
casts sfc to SHalfloop_handle. 
| CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::SFace_cycle_iterator::operator SVertex_handle | ( | ) | const | 
casts sfc to SVertex_handle.