[vtkusers] 3D Delaunay triangulation (vtkDelaunay3D) multithreading / multi cpu support
Francois Bertel
francois.bertel at kitware.com
Wed Jun 3 11:54:44 EDT 2009
Hello,
vtkDelaunay3D is not an imaging filter: its input is any subclass of
vtkPointSet () and its output is an vtkUnstructuredGrid.
ref: vtkPointSet hierarchy
http://www.vtk.org/doc/nightly/html/classvtkPointSet.html
Regards.
PS: don't cross-post please.
On Wed, Jun 3, 2009 at 11:44 AM, kleistereimer <kleistereimer at gmx.de> wrote:
> hi list!
>
> vtkDelaunay3D seems to not support multiple cores/processors by use of
> multithreading. at least on my machines only one processor core is maxed
> out running vtkDelaunay3D on large pointclouds.
>
> vtk 'advertises':
> "Most imaging filters are multi-threaded for parallel execution "
>
> but this seems not true for vtkDelaunay3D. (?)
>
>
> i looked into vtkDelaunay3D.cxx and could find no trace of multithreaded
> code as well.
>
>
> but it should be possible to run the delaunay algorithm with multiple
> threads i guess.
>
>
> a "google summer of code" task?
>
>
>
> can someone confirm or otherwise shed some light in here please?
>
> is it possible? does it scales? would it be worth the effort?
>
>
>
> thanks,
>
> kl
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
--
François Bertel, PhD | Kitware Inc. Suite 204
1 (518) 371 3971 x113 | 28 Corporate Drive
| Clifton Park NY 12065, USA
More information about the vtkusers
mailing list