Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Keep in Memory the initial triangle after insert_in_face
  • Date: Mon, 4 May 2009 17:07:16 +0200 (CEST)

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



Archive powered by MHonArc 2.6.16.

Top of Page