Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] update of power diagram vertices

Subject: CGAL users discussion list

List archive

[cgal-discuss] update of power diagram vertices


Chronological Thread 
  • From: liudaisuda <>
  • To:
  • Subject: [cgal-discuss] update of power diagram vertices
  • Date: Sat, 18 May 2013 21:36:02 -0700 (PDT)

I am trying to implement an algorithm which involves large amount of updates
of a power diagram represented by a regular triangulation. Basically, it
will set the weight and position of each vertex. I am thinking I could have
a vector of vertex_handle to store each vertex information and update vertex
information through this vector. But my concern is after I reset the weight
for a vertex, will the regular triangulation be updated automatically? For
instance, if I set the weight to 0 and in some cases this vertex will be
hidden then, will the hidden flag of the vertex_handle be updated by itself?
Hopefully, I have made my question clear to you guys. And if you have good
suggestions of how to update vertex information of a regular triangulation,
please let me know. Any help would be greatly appreciated.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/update-of-power-diagram-vertices-tp4657493.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page