Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Implementing custom version of CGAL::refine_Delaunay_mesh_2() function

Subject: CGAL users discussion list

List archive

[cgal-discuss] Implementing custom version of CGAL::refine_Delaunay_mesh_2() function


Chronological Thread 
  • From: "M. Hazegh" <>
  • To:
  • Subject: [cgal-discuss] Implementing custom version of CGAL::refine_Delaunay_mesh_2() function
  • Date: Thu, 9 Oct 2008 16:59:01 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=k+oRsv0/xSIPljSjzWusI/6px6SIckl/Ikz1fdj0BO9ukP4Oh7xu7FgGO0NYZiSgtW 0NlYkR+k0utXoLybzsdM8fJJKYgnIHaLQEF3iqaUwCwYvpM7+WD+9Q7p+iiyHVU9LHUJ aDsP7R0rdcZlyKKwSLq9V8oKzfMF3Qo+c0boQ=

Hi everyone,

I am implementing my own version of CGAL::refine_Delaunay_mesh_2().

I want to skip refinement of certain constraint edges that I will mark
as "do not refine". I know that the resulting mesh won't be Delaunay
(at least in the neighborhood of the non-refined edges) but that's
fine as long as the rest of the triangles are Delaunay.

Can some please tell me which classes/functions I should redefine?

I appreciate your help,
-Ramin



Archive powered by MHonArc 2.6.16.

Top of Page