Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Suggested patch: Making polygon modification easier.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Suggested patch: Making polygon modification easier.


Chronological Thread 
  • From: ax487 <>
  • To:
  • Subject: Re: [cgal-discuss] Suggested patch: Making polygon modification easier.
  • Date: Tue, 24 Sep 2013 17:00:29 +0200

On 03.09.2013 22:34, ax487 wrote:
> Hello all,
>
> I have been working with polygons now for a while and i noticed that
> there are some inconveniences regarding the removal of vertices of a
> polygon: If I remove an iterator from a normal C++ container modeling an
> ordered sequence, then the method returns an iterator pointing to the
> next element. This should (?) also be true for the container used in the
> polygon (at least it is in the case of a std::vector or a std::list).
> The attached patch turns this iterator into a Vertex_iterator which can
> be used in subsequent operations. This change should be downward
> compatible, so I hope it is possible to include the patch in CGAL.
>
> ax487
>

*bump*
Sorry for the inconvenience, but could you give me some feedback here?



Archive powered by MHonArc 2.6.18.

Top of Page