Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay Triangulation insertion


Chronological Thread 
  • From: gupta61 <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay Triangulation insertion
  • Date: Wed, 20 Jul 2016 23:09:02 -0700 (PDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:DPWPkRYcQ3nf/ZxUsu+IMfv/LSx+4OfEezUN459isYplN5qZpc+ybnLW6fgltlLVR4KTs6sC0LuO9f28EjVZuN6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JXvkb3usMSKOk1hv3mUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD86Fpy8kVWqrze+E0TKdTES89G2Ez/szi8xfZHiWV4X5JXXgOjhMWWkCR9BDrQ4zxvTbiquM70yiEPMneQrU9WDDk5KBuHky7wBwbPiI0pTmEwvd7i7hW9Uqs

Thanks for the answers.

So as a follow up, is it possible to create two separate Triangulations, T1
from the old points and T2 from the new points plus some shared points from
T1 boundary and then add the cells created by T2 to the T1 Triangulation
Data Structure (T1.tds()) using one of the methods listed here
http://doc.cgal.org/latest/TDS_3/classTriangulationDataStructure__3.html#a1432860206073c24ca43dbbdfb13b26e

Now as you can imagine because these two triangulations are created
separately, it is more than likely that this is an invalid triangulation
i.e. faces of the cells created by T2 which are then added to T1 do not
match at the boundary. Can Triangulation Data Structure 3 accept this
inconsistency?





-----
Piyush Gupta
UIUC
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Delaunay-Triangulation-insertion-tp4662083p4662086.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page