Skip to Content.
Sympa Menu

cgal-discuss - move_vertex() and change_weight() in regular triangulation

Subject: CGAL users discussion list

List archive

move_vertex() and change_weight() in regular triangulation


Chronological Thread 
  • From: Pierre Alliez <>
  • To:
  • Subject: move_vertex() and change_weight() in regular triangulation
  • Date: Thu, 29 Nov 2007 20:40:10 +0100

hi all,

I would like to move a vertex in the regular triangulation, or to change the weight of a vertex. Can I hack into the regular triangulation so as to avoid having to call (remove + insert) or (insert + remove), which has for effect to corrupt the vertex iterator.

In essence, I want to relocate/reweight all vertices of the regular triangulation in a single pass while using one vertex iterator. As some vertices may become not visible - hence part of the iterator - I agree that it must be tricky.

thanks!


--
Pierre Alliez
http://www-sop.inria.fr/geometrica/team/Pierre.Alliez/



Archive powered by MHonArc 2.6.16.

Top of Page