Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Non-uniform surface meshing

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Non-uniform surface meshing


Chronological Thread 
  • From: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] Non-uniform surface meshing
  • Date: Fri, 18 Apr 2008 10:39:35 +0200
  • Organization: Inria, Sophia Antipolis, FRANCE

On Thursday 17 April 2008 23:11:42 Andriy Fedorov wrote:
> Hi,
>
> I would like to construct a non-uniform surface mesh using the Surface
> Mesh Generator interface (something like "Experiment 2" in the IPMI
> 2007 paper by Pons et al. "High-quality consistent meshing of
> multi-label datasets").

Hi, I am the author of the Surface Mesh Generator package in CGAL. As a
matter
of fact, I am co-author of the paper you talk about.

> As far as I understand, this functionality is not available in CGAL right
> now.
>
> Could anyone help me and point me at a place in the code, where I
> could do the changes necessary to specify and check variable size
> constraint? Is this something doable?

The Surface Mesh Generator uses a concept for classes that specify the
meshing
criteria:
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Surface_mesher_ref/Concept_SurfaceMeshCriteria_3.html

The easiest way to tweak you own sizing function is to modify the class
CGAL::Surface_mesh_default_criteria_3<Tr>. You can tweak the code of the
class
CGAL::Surface_mesher::Uniform_size_criterion<Tr> in the header
<CGAL/Surface_mesher/Standard_criteria.h>.

If you manage to publish an article using that software, and I hope you will,
do you forget to cite CGAL. See that page for suggestions about how to cite
CGAL:
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/acknowledge.html

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
Tel: +33 4 92 38 78 62 (Fax: +33.4.97.15.53.95)



Archive powered by MHonArc 2.6.16.

Top of Page