Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Changed cells in Triangulation_3 when inserting points

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Changed cells in Triangulation_3 when inserting points


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Changed cells in Triangulation_3 when inserting points
  • Date: Tue, 2 Feb 2016 18:45:03 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:2VwDDxEyyaMyI6WGGJoaoZ1GYnF86YWxBRYc798ds5kLTJ75osiwAkXT6L1XgUPTWs2DsrQf27WQ6vurCD1IyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/niKbroNaCMk1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvdKsxSflUDS8tLnsuzMztrxjKCwWVtVUGVWBDuxxEGQXM91nUV53rs2Ouv+xxwiSTJov4RLouWByt4qBuRQPymSkOPCI+6nCRgct12vEI6Cm9rgByltaHKLqeM+BzK/vQ
  • Organization: GeometryFactory


What you write is correct for the Delaunay triangulation,
and that's why I told you to have a look at the function
that gives you the cells that will disappear.

Best,

Andreas

On 02/02/2016 18:39, Brown, James 2 wrote:
It is my understanding that splitting a cell can result in a non-delaunay
configuration. The triangulation is then repaired by a flip or some other
operation that can affect neighboring cells of the split cell, is this not
the case?

-----Original Message-----
From:


[mailto:]
On Behalf Of Andreas Fabri
Sent: Monday, February 01, 2016 10:02 PM
To:

Subject: EXTERNAL: Re: [cgal-discuss] Changed cells in Triangulation_3 when
inserting points


For a CGAL::Delaunay_triangulation_3 have a look at
http://doc.cgal.org/4.7/Triangulation_3/classCGAL_1_1Delaunay__triangulation__3.html#aab0620a23ed075b5105f1f0a3d4a9f10

For a Triangulation_3, if the point is located in a Cell then only this cell
gets split in 4, and similar for when the point is located on a face, or edge.

andreas


--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri



Archive powered by MHonArc 2.6.18.

Top of Page