Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay Triangulation


Chronological Thread 
  • From: "M. Hazegh" <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay Triangulation
  • Date: Fri, 3 Oct 2008 12:59:59 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=CmBJ+U9DPqINwaRM0apBgTr+wLUzJ45MvzLb3b0Y1LaOSnmJbGg0KB6qewCMZ+0Jld wtQXiBvFu04Lxur9BOh8eOt7Q8x8bpQRMgdd4LrTHd+lxqCOKaPC/QY/lSK8stDSMH+L UXOVUF8mVaXHnDCOdfNaEi/ueY+LWRJfK3qTs=

You need to use iterators. Here is an example from the manual that
iterates through vertices.

http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Triangulation_2/Chapter_main.html#Subsection_25.4.2

-Ramin

On Fri, Oct 3, 2008 at 12:05 PM, Andreas Fabri
<>
wrote:
> Dennis Endt wrote:
>>
>> Hi,
>>
>> I installed CGAL a few days ago about to use the 3d delaunay function.
>>
>> So I followed the example and create an Delaunay Trinagulation Object:
>>
>> Triangulation T;
>>
>> So I inserted my Points and all works fine.
>>
>> But how can I acces the points and the faces in my Object for manually
>> inserting them to another object?
>>
>> Can someone give me an short example plz?
>>
>> Greets,
>> Dennis
>>
>>
>
>
> It might help to read the manual.
> --
> 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