Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] (centroidal) voronoi tasselation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] (centroidal) voronoi tasselation


Chronological Thread 
  • From: Szymon Stoma <>
  • To:
  • Subject: Re: [cgal-discuss] (centroidal) voronoi tasselation
  • Date: Thu, 19 Feb 2009 17:00:10 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=wRDSHXSA8gIrRbLLgGKpkwACqCegdaPDKy2FoTzYOcibvlV5hLYsik+LFqZeMULE3a pJRq9JGddHmplMA4+dCiW1GJW0N4RCnxF+yuXKN3Bge7saCb5V84IeJvXk2OC89Ol5R2 12oOMmOO7AkRVI1XTfW02W7pY00JLTnSj7rE0=

maybe my question is trivial, but.. from what i understand Delaunay triangulations work on triangles/tetrahedron. My question is about compartments described by polygons/polyhedron. can it be easly performed using the CGAL? thanks and sorry if i am asking about sth. obvious. 

2009/2/19 Monique Teillaud <>
Hi Szymon,

CGAL provides computation of Delaunay triangulations in both 2D and 3D.

you can have a look at the package overview
http://www.cgal.org/Manual/3.4/doc_html/cgal_manual/packages.html#part_VIII

The Delaunay triangulation classes offer some dual functions to compute features of the Voronoi diagram. This is described in the manual of the corresponding classes.

Best regards,
       Monique Teillaud


Szymon Stoma wrote:
hello,

i have a general question. i would like to discretize the continous, convex subset S of r2/r3 into smaller compartments (such as their intersection is empty, and sum is equal to S). since i would like to have some influence on the comparments, i am preparing the editor allowing for manual manipulation of the compartments. to make the editing easier (especially in 3D) i would like to use a cloud of points representing implicitely the compartments. to get the exact geometry of each compartment i would like to use voronoi concept. i hope i am clear at this point.

1. will i find routines allowing me to calculate the edges (and their geometry) of each compartment in 2D in CGAL library?
2. will i find routines allowing me to calculate the faces (and their geometry) of each compartment in 3D in CGAL library?
3. what other library might be good for this task (it should be something i could use from C/C++/Python).

thank you very much for any answer and suggestion.

cheers,
szymon stoma.

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