Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "M. Hazegh" <>
  • To:
  • Subject: [cgal-discuss] Re: Implementing custom version of CGAL::refine_Delaunay_mesh_2() function
  • Date: Fri, 10 Oct 2008 14:21:51 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=fRZ+FOE75FfDIr/8IiVTlana/AaBeiez5U07NXknRS8dYJB0YDlcZjtcga0dVYqM9F PWGUEeJ1XtctMI9eaDBpTYcxWJ0hquJU/Np6UC27Eioj/ki65O1sJQmrYHYBft4bmr+g QuNn/EvDglMt8B4+cGXEuUEnlZjMrPz2Dq8rQ=

Anybody can comment on this please?

On Thu, Oct 9, 2008 at 4:59 PM, M. Hazegh
<>
wrote:
> 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