[vtkusers] Delaunay and Voronoi

Lloyd Fenelon lfenelon at bccrc.ca
Thu Jun 25 12:18:59 EDT 2009


Many thanks Nasos.

I had already read the post and indeed it could be great to have
voronoi triangulation in VTK. The post is from 2000 so I thought maybe
some work had been done since...
The vtkPoint locator sounds perfect ! thanks.

Lloyd


From: Nasos Iliopoulos [mailto:nasos_i at hotmail.com]
Sent: Wednesday, June 24, 2009 12:28 PM
To: Lloyd Fenelon; vtkusers at vtk.org
Subject: RE: [vtkusers] Delaunay and Voronoi

Lloyd, check this post:
http://www.vtk.org/pipermail/vtkusers/2000-September/053816.html

Judging from the dealunay implementation in vtk, I don't think there has been much work relative to providing voronoi diagrams since then.
For nearest neighbours I use vtkPointLocator's FindClosestPoint and FindClosestNPoints methods and iterate over all the points in my dataset.

Best
Nasos






________________________________
From: lfenelon at bccrc.ca
To: vtkusers at vtk.org
Date: Wed, 24 Jun 2009 09:28:09 -0700
Subject: [vtkusers] Delaunay and Voronoi
Hello,

I've been playing with the class vtkDelaunay2D and few questions arose:

 Is there an easy way to get the circumcenters of the Delaunay circumcircles using VTK?

I have read in the Visualization Toolkit Book that the Dirichlet tesselation (Voronoi) is the dual of Delaunay,
is there a method/class to get the Voronoi diagram? I have searched the documentation\mailingList but I haven't found anything...
Is it possible to use filters to get the Voronoi diagram?

Finally, is it possible to get the nearest neighbors of a point after the Delaunay triangulation?

thanks
Lloyd




________________________________
Bing(tm) brings you maps, menus, and reviews organized in one place. Try it now.<http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=TEXT_MLOGEN_Core_tagline_local_1x1>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090625/8ceabc5e/attachment.htm>


More information about the vtkusers mailing list