Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Brown, James 2" <>
  • To: "''" <>
  • Subject: [cgal-discuss] Changed cells in Triangulation_3 when inserting points
  • Date: Mon, 1 Feb 2016 19:20:02 +0000
  • Accept-language: en-US
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
  • Ironport-phdr: 9a23:cSQIWREa5Ut8VF6o6g0WSZ1GYnF86YWxBRYc798ds5kLTJ75oM6wAkXT6L1XgUPTWs2DsrQf27WQ6vmrBzVIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/niKbrotaNOk1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvNeszQrVcSTgnKGso/9bDtB/ZTALJ6GFTGC1CmRVBB03J7QrxQ4zqmir8rOt0nieAa57YV7cxDH6I9aB0Tlugqi4COiVxqiuf3s55ia9A5hi7oAN564rRa4bTP/17KPCONegGTHZMC54CHxdKBZmxOtMC

I am looking for a way to find the updated cells of a Triangulation_3 point insertion. It looks like I could insert a single point and then iterate over the cell of the returned Vertex_handle and its neighbors to check for triangulation changes.  I also saw the class Arr_observer does something similar to what I want but only in 2 dimensions. Is there a better way to go about doing this?

 

Thanks,

James




Archive powered by MHonArc 2.6.18.

Top of Page