\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - 2D Arrangements
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Deprecated List
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::begin () const
Obtain an iterator pointing at the source point of the polycurve.
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::const_iterator
A bidirectional iterator that allows traversing the points that comprise a polycurve's segments.
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::const_reverse_iterator
A bidirectional iterator that allows traversing the points that comprise a polycurve's segments.
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::Curve_2 (Iterator first, Iterator last)
For backwards compatibility, it is possible to call this constructor with a range whose value-type is GeometryTraits_2::Point_2. In this case, the constructed polycurve will concatenate the \(n\)th point with the \((n+1)\)-st point in the range (using a GeometryTraits_2::Segment_2's). This functionality is deprecated. Instead use the Construct_curve_2 functors.
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::end () const
Obtain an iterator pointing after the end of the polycurve.
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::points () const
Obtain the number of segment end-points that comprise the polycurve.
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::push_back (const Point_2 &p)
Add a new point to the polycurvs, which becomes the new target point of pi.
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::rbegin () const
Obtain an iterator pointing at the target point of the polycurve.
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::rend () const
Obtain an iterator pointing before the beginning of the polycurve.
Member CGAL::Arr_polycurve_traits_2< GeometryTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::size () const
Obtain the number of segments composing the polycurve (equivalent to pi.points() - 1).
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::begin () const
Obtain an iterator pointing at the source point of the polyline.
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::const_iterator
A bidirectional iterator that allows traversing the points that comprise a polyline curve.
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::const_reverse_iterator
A bidirectional iterator that allows traversing the points that comprise a polyline curve.
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::Curve_2 (Iterator first, Iterator last)
For backwards compatibility, it is possible to call this constructor with a range whose value-type is SegmentTraits_2::Point_2. In this case, the constructed polyline will concatenate the \(n\)th point with the \((n+1)\)-st point in the range (using a SegmentTraits_2::Segment_2's). This functionality is deprecated. Instead use the Construct_curve_2 functors.
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::end () const
Obtain an iterator pointing after the end of the polyline.
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::points () const
Obtain the number of points that comprise the polyline.
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::push_back (const Point_2 &p)
adds a new point to the polyline, which becomes the new target point of pi.
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::rbegin () const
Obtain an iterator pointing at the target point of the polyline.
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::rend () const
Obtain an iterator pointing before the beginning of the polyline.
Member CGAL::Arr_polyline_traits_2< SegmentTraits_2 >::Curve_2< Segment_type_T, Point_type_T >::size () const
Obtain the number of line segments composing the polyline (equivalent to pi.points() - 1).