Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Delaunay Triangulation insertion


Chronological Thread 
  • From: gupta61 <>
  • To:
  • Subject: [cgal-discuss] Delaunay Triangulation insertion
  • Date: Wed, 20 Jul 2016 13:07:52 -0700 (PDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:3xiVDBJBXqpJ/UnHNtmcpTZWNBhigK39O0sv0rFitYgUL/jxwZ3uMQTl6Ol3ixeRBMOAuqoC1rGd6vy4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6anHS+4HYoFwnlMkItf6KuS9aU0p/8jrzqs7ToICxwzAKnZr1zKBjk5S7wjeIxxbVYF6Aq1xHSqWFJcekFjUlhJFaUggqurpzopM0rxQ0L5aNkrpYIEf6iJ+VrBYBfWT8pOmRw6MzwvgTYViOO4GEdWyMYiElmGQ/AuR7nRov47HKy4vJ8yTSBPcLrVaw9Hz+j8aZvYBDtgSYDcTU+9TeE2YRLkKtHrUf49FREyInObdTObKJz

I have a question regarding the insert method of Delaunay_Triangulation_3.

If I have an existing Delaunay Triangulation from a bunch of points (call it
T1), is there a way to insert a set of new points, either as a vector or one
by one, without disturbing the connectivities of the finite cells of the
existing Triangulation T1.

I can guarantee that the new set of points are outside the volume occupied
by T1.

Thanks.



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



Archive powered by MHonArc 2.6.18.

Top of Page