Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] convex hull, indices of extreme points

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] convex hull, indices of extreme points


Chronological Thread 
  • From: Thomas Ruland <>
  • To:
  • Subject: Re: [cgal-discuss] convex hull, indices of extreme points
  • Date: Sun, 30 Oct 2011 07:14:39 +0100

Sure of course - thanks Andreas for the Ideas!

Best,
Thomas

On Sat, Oct 29, 2011 at 23:16, Andreas Fabri
<>
wrote:
> On 29/10/2011 22:20,
>
> wrote:
>>
>> Dear CGAL community,
>>
>> following
>>
>> http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Convex_hull_2/Chapter_main.html#Section_15.3
>> to perform a convec hull computation was quite simple and straight forward
>> -
>> thank you very much.
>>
>> Starting from there: Is it possible to receive the indices of the
>> resulting
>> extreme points in the original set of points?
>>
>> Thanks a lot,
>> Thomas
>>
>
> The traits classes are all about this kind of plumbing.
> Instead of the transform iterator you could have first
> created a container with point/index pairs.
>
> See the attached code.
>
> best regards,
>
> andreas
>
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>



Archive powered by MHonArc 2.6.16.

Top of Page