Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Changed cells in Delaunay_triangulation_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Changed cells in Delaunay_triangulation_3


Chronological Thread 
  • From: Jane Tournois <>
  • To:
  • Subject: Re: [cgal-discuss] Changed cells in Delaunay_triangulation_3
  • Date: Mon, 5 Sep 2016 10:33:11 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:AnOQxhwTlx6HE0DXCy+O+j09IxM/srCxBDY+r6Qd0e0UIJqq85mqBkHD//Il1AaPBtSCra8UwLKP++C4ACpbsM7H6ChDOLV3FDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpqsSVPlUD3GP1Iesrak7n9UOJ7oheqLAhA5558gHOrHpMdrYe7kJTDnXXoSzB4Nyt9oVo6SVatqFp3cdBVaLnY/ZwFuQAX3x1e1wyscbkvB2GQQqU7WYHSU0XlABJCk7L9kLURJD05wnzsOc15C6HJ8vxTKt8DTar6aotVBj1kiEANiUR/2zQj8FslrNVqRm9oAZuhYXTZdfGZ7JFYqrBcIZCFiJ6VcFLWnkZDw==

Le 01/09/2016 à 11:48, Laurent Rineau (CGAL/GeometryFactory) a écrit :

Le Wednesday, August 31, 2016 3:50:41 PM CEST Brown, James 2 a écrit :
I need to find changed cells (removed and new) for moved vertices. The
movement I have is fairly small but because some tetrahedra are very 'thin'
sometimes the points cross a face causing the tetrahedron to be in an
opposite orientation which would require the neighboring cells to be
retriangulated.
When the Mesh Optimizers (from CGAL Mesh_3) do move vertices, the code needs
to have the same knowledge.

You may find what you need in the big collection of helper functions in <CGAL/
Mesh_3/C3T3_helpers.h>.

That's right.

Moving a vertex implies :
- removing the old vertex : the new cells are the ones that triangulate the cavity formed by removing it
- inserting the position to a new vertex : the new cells are the cells incident to the new vertex

These groups of cells are not the same, and a union of them has to be done.
C3T3_helpers.h contains everything you need.

Best,

--
Jane Tournois, PhD
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.18.

Top of Page