Subject: CGAL users discussion list
List archive
- From: Panagiotis Foteinos <>
- To:
- Subject: Re: [cgal-discuss] 3D Delaunay Triangulations
- Date: Tue, 08 Dec 2009 17:36:25 -0500
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=jCGxn2KLneZILNh3InFOsNrLc8lD4syFQt2bXMirdecOaLGxn/qAH541QsCfh+CnB8 PiNzKqc9R/r6KeXdN4x7TBsp0IFxWfWDIXhlNrsZUn7z2Yu2sz8TJgJvoSZ8hwQNUUYX Z0Uk+8cfhNp0qhRHsmOptT3Zfpn+r6xpbYZgU=
Thanks for the prompt reply.
Sylvain Pion wrote:
> Panagiotis Foteinos a écrit :
>> 1) When a new tetrahedron, say t, is created: Is a new Cell_handle
>> allocated to accommodate t, or Cell_handle might point to a previously
>> allocated (but not currently used for any tetrahedron accommodation)
>> memory? I am asking because it would be ideal for my purposes, if no new
>> tetrahedron takes info() values from an old one...
>
> It is the case in the current implementation, yes.
>
> Some notes, however :
> - I think it is not the case during the "bootstrapping phase",
> when going from dimension 1 to 2 and 2 to 3.
>
> - Delaunay_triangulation_2 currently differs here.
>
> - we may change this in the future, for efficiency reasons,
> but it's not clear yet when, nor for what exact behavior.
>
>> 2) When a Vertex_handle, say v, is inserted: Does a Cell_handle,
>> accommodating a tetrahedron outside the cavity/hole of v, point to
>> another memory address after v's insertion? The answer should be
>> negative, just making sure...
>
> Definitely negative. Cells outside the conflict hole are only changed
> in the neighbor pointers that need to be changed.
>
>> 2) When a Vertex_handle, say v, is deleted: Does a Cell_handle,
>> accommodating a tetrahedron outside the hole to be retriangulated, point
>> to another memory address after v's removal? The answer should be
>> negative, just making sure...
>
> Negative as well.
>
- [cgal-discuss] 3D Delaunay Triangulations, Panagiotis Foteinos, 12/08/2009
- Re: [cgal-discuss] 3D Delaunay Triangulations, Sylvain Pion, 12/08/2009
- Re: [cgal-discuss] 3D Delaunay Triangulations, Panagiotis Foteinos, 12/08/2009
- Re: [cgal-discuss] 3D Delaunay Triangulations, Sylvain Pion, 12/08/2009
Archive powered by MHonArc 2.6.16.