Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Keep in Memory the initial triangle after insert_in_face

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Keep in Memory the initial triangle after insert_in_face


Chronological Thread 
  • From: razafindrazaka faniry harijaona <>
  • To:
  • Subject: Re: [cgal-discuss] Keep in Memory the initial triangle after insert_in_face
  • Date: Mon, 4 May 2009 16:43:51 +0000 (GMT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=x+mwhEvuc/5F3rGWM/SP3QLAfTrbD1EieGRYMjlOu29ThnBWjufo7+jFEwb0WL7NG7vONBzhQPCsPcK4q17cb4ELgRAIbxT7PgTIfGmuOi96L2+0TN/FhojZSsZcmabGFWiNTVigRIILX+zwiTpR69BxhqfPDPHv9mxmEWcZ21E=;

Hello,

Unfortunatly I have to, my project is on this. Yes, I have heard about the Delaunay hierarchy, but since it is already implemented, I want to do the other one. Your help will be welcome.

Regards
Faniry

--- En date de : Lun 4.5.09, Monique Teillaud <> a écrit :
De: Monique Teillaud <>
Objet: Re: [cgal-discuss] Keep in Memory the initial triangle after insert_in_face
À:
Date: Lundi 4 Mai 2009, 17h33

Hi Faniry,

Do you really want to implement our old Delaunay tree...?

You should be aware that CGAL proposes the Delaunay hierarchy, which is a more
recent structure that speeds up point location in a Delaunay triangulation.
See
http://www.cgal.org/Manual/3.4/doc_html/cgal_manual/Triangulation_2_ref/Class_Triangulation_hierarchy_2.html#Cross_link_anchor_1172
The 3D version is also available in CGAL.

Best,
Monique Teillaud

wrote:
> Hi all,
>
> I built a structure for the Delaunay tree (DTree). My problem is the
following:
>
> when I insert the first point (p1,p2), it works well, which means.
>
> DTree.node = the big first triangle
> DTree.child = {delta_1,delta_2,delta_3}
>
> Now, when I insert the second point the location work well, suppose it is
in
> delta_3,
>
> Now, I build a child for delta_3 using insert_in_face and incident_faces
>
> Since, insert_in_face destruct delta_3, the delta_3 of DTree changes also.
But
> I want to keep it for the next location.
>
> Is there a way to use insert_in_face and keep in an another memory the
initial
> face such us we can use it later on?
>
> Regards
> Faniry

-- 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