Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] how to refine a CDT(Constrained Delaulay Triangulation_2) without change the number of vertices?

Subject: CGAL users discussion list

List archive

[cgal-discuss] how to refine a CDT(Constrained Delaulay Triangulation_2) without change the number of vertices?


Chronological Thread 
  • From: Shuchu Han <>
  • To:
  • Subject: [cgal-discuss] how to refine a CDT(Constrained Delaulay Triangulation_2) without change the number of vertices?
  • Date: Fri, 24 Jul 2009 22:05:44 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=GZnzpWaxv4zuftgmnERlkrLh63INEu27sKgmcAl3z6Ul568vf0213i7LeYOM7dmXGW PFra8WLJ1ncs0gqT+/KltoX8tyimuaU98+PZmw6N3h4A3AlHRedyQarPCs+gvlypHENk FrNPYmkI4QrYrqiJzZiKjv457bVjAbD9rZA0I=

HI, all

I'm trying to optimize(remeshing) a CDT by using (CVT) Centriod Voronoi Tessellation algorithms.
The CDT is exepcted to be refined after each iteration of CVT. In each iteration, the position of a vertex is updated.
I am using the CGAL::Delaunay_mesher_2<CDT, Criteria> for the refining jobs. 
I wish the number of vertices are not changed after each iteration, however, it's always changed. 
the "Criteria" is set to the default value.

So, What shoud i do to avoid the vertices number be changed ? Is it the problem of setting of Criteria value?


Thanks all~

Best regards
shuchu



 


  • [cgal-discuss] how to refine a CDT(Constrained Delaulay Triangulation_2) without change the number of vertices?, Shuchu Han, 07/25/2009

Archive powered by MHonArc 2.6.16.

Top of Page