CGAL 6.1 - 3D Envelopes
|
#include <CGAL/envelope_3.h>
Inherits Arrangement_2::Halfedge.
Access Functions | |
size_t | number_of_surfaces () const |
returns the number of \( xy\)-monotone surfaces that induce the halfedge. | |
Surface_const_iterator | surfaces_begin () const |
returns an iterator for the first \( xy\)-monotone surface that induces the halfedge. | |
Surface_const_iterator | surfaces_end () const |
returns a past-the-end iterator for the \( xy\)-monotone surfaces that induce the halfedge. | |
Xy_monotone_surface_3 | surface () const |
returns the first \( xy\)-monotone surface that induce e . | |
size_t CGAL::Envelope_diagram_2< EnvTraits >::Halfedge::number_of_surfaces | ( | ) | const |
returns the number of \( xy\)-monotone surfaces that induce the halfedge.
Xy_monotone_surface_3 CGAL::Envelope_diagram_2< EnvTraits >::Halfedge::surface | ( | ) | const |
returns the first \( xy\)-monotone surface that induce e
.
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.
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.