Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Regular delaunay mesh refinement

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Regular delaunay mesh refinement


Chronological Thread 
  • From: Daniel Oliveira <>
  • To:
  • Subject: Re: [cgal-discuss] Regular delaunay mesh refinement
  • Date: Sun, 2 May 2010 23:35:16 -0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eVgasfIUbJrIFWc+3iQq0s+3zMylJVeFOqy+ldVZ5ti8Ohbd6sup9QEuf3aP7vu5Wi syr97br+dz0xSRERwOTyxXOvEXJymumVRqjRHFogKHrh+ETpivAFleAjT7ZnFuE3qa2o Hj5KhBiWDvRXoIuW69QPBqh4MBeBqc7nApwS4=

Thanks for answering.

The problem is that info contained in CGAL::Triangulation_vertex_
base_with_info_2 needs update as steiner vertices are added (e.g. steiner vertices' Info needs stolen voronoi area of other vertices in the same ways as described in Interpolation chapter ).

I could not find how to do that using visitors such as Refine_edges_base_with_clusters.

Thanks once again,

daniel


2010/5/2 Laurent Rineau (GeometryFactory) <>
Le dimanche 02 mai 2010 23:33:38, Daniel Oliveira a écrit :
> I'm using CGAL::Triangulation_vertex_base_with_info_2 and I need to update
> its information with natural neighbor coordinates as triangulation are
> refined, is possible to do that with cgal?

The following chapter of the CGAL manual will probably help you:

 http://www.cgal.org/Manual/last/doc_html/cgal_manual/Interpolation/Chapter_main.html


To have a good overview of all CGAL chapters, the "Overview" page of the
manual is nice:

 http://www.cgal.org/Manual/last/doc_html/cgal_manual/packages.html

Google too is a nice tool:

 http://www.google.com/search?q=CGAL+natural+neighbors

The bottom of side bar of the home page of http://www.cgal.org/ has a search
tool to do a search with Google within the web site or within the manual.

--
Laurent Rineau, PhD
Release Manager of the CGAL Project       http://www.cgal.org/
R&D Engineer at GeometryFactory           http://www.geometryfactory.com/

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss





Archive powered by MHonArc 2.6.16.

Top of Page