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: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Changed cells in Delaunay_triangulation_3
  • Date: Thu, 01 Sep 2016 11:48:14 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:mp2FjhaT1jNyViqh4n0w8tT/LSx+4OfEezUN459isYplN5qZpcSybnLW6fgltlLVR4KTs6sC0LuP9f25EjRRqdbZ6TZZIcQKD0dEwewt3CUYSPafDkP6KPO4JwcbJ+9lEGFfwnegLEJOE9z/bVCB6le77DoVBwmtfVEtfre9JIfegoyN2vyo/NWLOkMT1WP7POo5dET+7V2I8JJH2c06cud54yCKi0MAQ/5Ry2JsKADbtDfHzeD0wqRe9T9Nsekq7c9KXPayVa05SbtFEGZuaDhtt4W4/SXEGACA739ZXmQNmQdTGCDE6gv7V9H/qHjUrO14jWO+NNDsQLYoEQ6j6apiVVeoowguE3kW/WbSh9BqnYxSqw6mvQ0+icaAZIiILvd4YuXHfNUXTHdpVclYU2pGGIzqPNhHNPYIIesN99q1nFAJtxbrXQQ=
  • Organization: GeometryFactory

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>.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page