Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Bezier curve control points iterator access

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Bezier curve control points iterator access


Chronological Thread 
  • From: Efi Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Bezier curve control points iterator access
  • Date: Mon, 11 Feb 2013 15:45:23 +0200

You can rest assure.
The documentation for the type and pair of functions is merely missing and will be added.



On Sat, Feb 9, 2013 at 10:14 AM, Shriramana Sharma <> wrote:
Hello.

Arr_Bezier_curve_traits_2<RatKernel,AlgKernel,NtTraits>::Curve_2 has
public members: type Control_point_iterator, control_points_begin()
and control_points_end() defined on lines 327, 432 and 440 of
include/CGAL/Arr_geometry_traits/Bezier_curve_2.h (of CGAL 4.1).
However the documentation of the class at
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Arrangement_on_surface_2_ref/Class_Arr_Bezier_curve_traits_2.html
does not list the type Control_point_iterator or the corresponding
begin() and end() functions. Given, though, that these are public
members of that class, and given the obvious advantage in being able
to use an iterator, I hope we can rest assured that these are indeed
part of the official API though they are not documented in the manual?

Thanks.

--
Shriramana Sharma

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





--
   ____  _        ____             _
  /_____/_) o    /__________  __  //
 (____ (   (    (    (_/ (_/-(-'_(/
                         _/





Archive powered by MHonArc 2.6.18.

Top of Page