Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Changing a regular triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Changing a regular triangulation


Chronological Thread 
  • From: Monique Teillaud <>
  • To:
  • Subject: Re: [cgal-discuss] Changing a regular triangulation
  • Date: Tue, 25 Sep 2012 15:52:51 +0200

Hi,

well, your initial question was only about regular and Delaunay triangulations, so, the answer to this question was not related with C3t3...

best,
Monique Teillaud

Le 24/09/12 21:38, David Arken a écrit :
Hi Olivier,

Do you know why this does not work -- was trying your suggestion:

C3t3 tmp_c3t3; // Code from refine_mesh
std::for_each(c3t3.triangulation().finite_vertices_begin(),
c3t3.triangulation().finite_vertices_end(),
CGAL::details::Insert_vertex_in_c3t3<C3t3>(tmp_c3t3));

c3t3.swap(tmp_c3t3);
// now there are no tetrahedrons in c3t3?

Thanks,
--Ram

On Mon, Sep 24, 2012 at 3:42 AM, Olivier Devillers
<>
wrote:
Le 9/23/12 5:26 PM, David Arken a écrit :

What is the fastest way to convert a regular triangulation with
weights on points to another regular triangulation with all weights
zero. I hope that this will guarantee that the regular triangulation
is indeed a delaunay triangulation.

Thanks,

????

compute the Delaunay triangulation of the unweighted points !

--
Monique Teillaud
INRIA Sophia Antipolis - Méditerranée
http://www.inria.fr/sophia/members/Monique.Teillaud/



Archive powered by MHonArc 2.6.18.

Top of Page