Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 2D Mesh generation and triangles at boundaries.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 2D Mesh generation and triangles at boundaries.


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] 2D Mesh generation and triangles at boundaries.
  • Date: Tue, 15 Dec 2009 11:17:32 +0100
  • Organization: GeometryFactory

On Tuesday 15 December 2009 10:34:52 José wrote:
> Hi Panagiotis,
>
> Thanks for your reply.
>
> The problem I see is that the size criterion is constant for the whole
> domain. Am I wrong?

You are partially wrong. The function CGAL::refine_Delaunay_mesh_2 is a
function template. The second parameter is the criteria. CGAL Mesh_2 package
provides a class of criteria whose size criterion is constant for the whole
domain: you are right for that part. But you can create another class for
criteria, where the size criterion is a non constant function.

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

Top of Page