CGAL 5.1 - 3D Envelopes
CGAL::Envelope_diagram_2< EnvTraits >::Halfedge Class Reference

#include <CGAL/envelope_3.h>

Inherits CGAL::Arrangement_2< class, class >::Halfedge.

Access Functions

size_t number_of_surfaces () const
 returns the number of \( xy\)-monotone surfaces that induce the halfedge. More...
 
Surface_const_iterator surfaces_begin () const
 returns an iterator for the first \( xy\)-monotone surface that induces the halfedge. More...
 
Surface_const_iterator surfaces_end () const
 returns a past-the-end iterator for the \( xy\)-monotone surfaces that induce the halfedge. More...
 
Xy_monotone_surface_3 surface () const
 returns the first \( xy\)-monotone surface that induce e. More...
 

Additional Inherited Members

- Public Member Functions inherited from CGAL::Arrangement_2< class, class >::Halfedge
 Halfedge ()
 
bool is_fictitious () const
 
Vertex_handle source ()
 
Vertex_handle target ()
 
Arr_halfedge_direction direction () const
 
Face_handle face ()
 
Halfedge_handle twin ()
 
Halfedge_handle prev ()
 
Halfedge_handle next ()
 
Ccb_halfedge_circulator ccb ()
 
const Traits::X_monotone_curve_2 & curve () const
 

Member Function Documentation

◆ number_of_surfaces()

template<typename EnvTraits >
size_t CGAL::Envelope_diagram_2< EnvTraits >::Halfedge::number_of_surfaces ( ) const

returns the number of \( xy\)-monotone surfaces that induce the halfedge.

◆ surface()

template<typename EnvTraits >
Xy_monotone_surface_3 CGAL::Envelope_diagram_2< EnvTraits >::Halfedge::surface ( ) const

returns the first \( xy\)-monotone surface that induce e.

Precondition
The number of surfaces is not 0.

◆ surfaces_begin()

template<typename EnvTraits >
Surface_const_iterator CGAL::Envelope_diagram_2< EnvTraits >::Halfedge::surfaces_begin ( ) const

returns an iterator for the first \( xy\)-monotone surface that induces the halfedge.

◆ surfaces_end()

template<typename EnvTraits >
Surface_const_iterator CGAL::Envelope_diagram_2< EnvTraits >::Halfedge::surfaces_end ( ) const

returns a past-the-end iterator for the \( xy\)-monotone surfaces that induce the halfedge.