Figure 21.2 illustrates the incidence of a svertex on a sphere map.
The member function out_sedge returns the first outgoing shalfedge, and incident_sface returns the incident sface.
#include <CGAL/Nef_polyhedron_S2.h>
The following types are the same as in Nef_polyhedron_S2<Traits>.
There is no need for a user to create a SVertex explicitly. The class Nef_polyhedron_S2<Traits> manages the needed svertices internally.
Mark | e.mark () const | the mark of e . |
Sphere_point | e.point () const | the sphere point of e . |
bool | e.is_isolated () const | returns |true| if e has no adjacent sedges. |
SVertex_const_handle | e.twin () const | the twin of e . |
SHalfedge_const_handle | e.out_sedge () const | the first out sedge of e . |
SFace_const_handle | e.incident_sface () const | the incident sface of e . |
CGAL::Nef_polyhedron_S2<Traits>::SHalfedge
CGAL::Nef_polyhedron_S2<Traits>::SFace
CGAL::Nef_polyhedron_S2<Traits>::Sphere_point