CGAL 6.1 - 2D Boolean Operations on Nef Polygons Embedded on the Sphere
Loading...
Searching...
No Matches
CGAL::Nef_polyhedron_S2< Traits >::SVertex Class Reference

#include <CGAL/Nef_polyhedron_S2.h>

Definition

template<typename Traits>
class CGAL::Nef_polyhedron_S2< Traits >::SVertex

Figure figureNefS2SVertexIncidences 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.

Creation

There is no need for a user to create a SVertex explicitly. The class Nef_polyhedron_S2<Traits> manages the needed svertices internally.

See also
CGAL::Nef_polyhedron_S2::SHalfedge
CGAL::Nef_polyhedron_S2::SFace
CGAL::Nef_polyhedron_S2::Sphere_point

Types

The following types are the same as in Nef_polyhedron_S2<Traits>.

typedef unspecified_type Mark
 type of mark.
 
typedef unspecified_type Sphere_point
 sphere point type stored in SVertex.
 
typedef unspecified_type SVertex_const_handle
 const handle to SVertex.
 
typedef unspecified_type SHalfedge_const_handle
 const handle to SHalfedge.
 
typedef unspecified_type SFace_const_handle
 const handle to SFace.
 

Operations

const Markmark () const
 the mark of the svertex.
 
const Sphere_pointpoint () const
 the sphere point of the svertex.
 
bool is_isolated () const
 returns |true| if the svertex has no adjacent sedges.
 
SVertex_const_handle twin () const
 the twin of the svertex.
 
SHalfedge_const_handle out_sedge () const
 the first out sedge of the svertex.
 
SFace_const_handle incident_sface () const
 the incident sface of the svertex.
 

Member Typedef Documentation

◆ Mark

template<typename Traits >
typedef unspecified_type CGAL::Nef_polyhedron_S2< Traits >::SVertex::Mark

type of mark.

◆ SFace_const_handle

template<typename Traits >
typedef unspecified_type CGAL::Nef_polyhedron_S2< Traits >::SVertex::SFace_const_handle

const handle to SFace.

◆ SHalfedge_const_handle

template<typename Traits >
typedef unspecified_type CGAL::Nef_polyhedron_S2< Traits >::SVertex::SHalfedge_const_handle

const handle to SHalfedge.

◆ Sphere_point

template<typename Traits >
typedef unspecified_type CGAL::Nef_polyhedron_S2< Traits >::SVertex::Sphere_point

sphere point type stored in SVertex.

◆ SVertex_const_handle

template<typename Traits >
typedef unspecified_type CGAL::Nef_polyhedron_S2< Traits >::SVertex::SVertex_const_handle

const handle to SVertex.

Member Function Documentation

◆ incident_sface()

template<typename Traits >
SFace_const_handle CGAL::Nef_polyhedron_S2< Traits >::SVertex::incident_sface ( ) const

the incident sface of the svertex.

◆ is_isolated()

template<typename Traits >
bool CGAL::Nef_polyhedron_S2< Traits >::SVertex::is_isolated ( ) const

returns |true| if the svertex has no adjacent sedges.

◆ mark()

template<typename Traits >
const Mark & CGAL::Nef_polyhedron_S2< Traits >::SVertex::mark ( ) const

the mark of the svertex.

◆ out_sedge()

template<typename Traits >
SHalfedge_const_handle CGAL::Nef_polyhedron_S2< Traits >::SVertex::out_sedge ( ) const

the first out sedge of the svertex.

◆ point()

template<typename Traits >
const Sphere_point & CGAL::Nef_polyhedron_S2< Traits >::SVertex::point ( ) const

the sphere point of the svertex.

◆ twin()

template<typename Traits >
SVertex_const_handle CGAL::Nef_polyhedron_S2< Traits >::SVertex::twin ( ) const

the twin of the svertex.