\( \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.4 - 2D Arrangements
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Deprecated List
Member CGAL::Arr_polyline_traits_2< SegmentTraits >::Curve_2< Segment_type_T, Point_type_T >::begin () const
Return an iterator pointing at the source point of the polyline.
Member CGAL::Arr_polyline_traits_2< SegmentTraits >::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 >::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 >::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::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::Segment_2's). This functionality is deprecated. Instead use the Construct_curve_2 functors.
Member CGAL::Arr_polyline_traits_2< SegmentTraits >::Curve_2< Segment_type_T, Point_type_T >::end () const
Return an iterator pointing after the end of the polyline.
Member CGAL::Arr_polyline_traits_2< SegmentTraits >::Curve_2< Segment_type_T, Point_type_T >::points () const
Return the number of points that comprise the polyline. Note that for a bounded polyline, if there are \( n\) points in the polyline, it is comprised of \( (n - 1)\) segments. Currently, only bounded polylines are supported.
Member CGAL::Arr_polyline_traits_2< SegmentTraits >::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 >::Curve_2< Segment_type_T, Point_type_T >::rbegin () const
Return an iterator pointing at the target point of the polyline.
Member CGAL::Arr_polyline_traits_2< SegmentTraits >::Curve_2< Segment_type_T, Point_type_T >::rend () const
Return an iterator pointing before the beginning of the polyline.
Member CGAL::Arr_polyline_traits_2< SegmentTraits >::Curve_2< Segment_type_T, Point_type_T >::size () const
Return the number of line segments composing the polyline (equivalent to pi.points() - 1). Was replaced by number_of_segments()