[vtkusers] parallel vtk - looking for dummy user docu

Wagner Sales wsales at gmail.com
Mon Jul 20 13:07:46 EDT 2009


Peter,

Sometime ago I asked by this too. The answer was at the end of this
mail. But, will be very good if someone haves working examples or
simple codes and can share in this list.
The test and examples in VTK are a start point, but I think not an
ideal start point.

Best regards,

Wagner Sales


You might want to look at IceT, which is included in the ParaView source code.

My apologies if the rest of the email is pedantic for you.
The basic task is to:
1) split the volume up amongst the processors - this can be done by
assigning each filter a separate update extent or using extract voi or
different files for example
2) volume render each processor's sub volume locally, all using the
same transfer function, viewpoint etc
3) decide upon a back to front (or possible front to back) ordering
for the subvolumes
4) communicate the locally generated images, including alpha, across
the network and
5) alpha blend each image in turn to produce the final result

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109
2009/7/20 Boettcher, Dr. Peter <Boettcher at kleintierklinik.uni-leipzig.de>:
> Dear all
>
> I am looking for any kind of tutorial which demonstrates the implementation
> of parallel processing using VTK (including the configuration of third party
> libraries needed). A part from the example files which come along with VTK I
> wasn't able to find further documentaiton of that feature.
>
> Regards, Peter.
>
> ------------------------------------
> Peter Böttcher, Dr med vet, DipECVS
> European Veterinary Specialist in Surgery
> Fachtierarzt für Kleintierchirurgie
> Klinik für Kleintiere
> Universität Leipzig
> An den Tierkliniken 23
> D-04103 Leipzig (Germany)
> Tel: +49-341-9738700
> Fax: +49-341-9738799
> email: boettcher at kleintierklinik.uni-leipzig.de
>
> _______________________________________________
> 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
>
>



More information about the vtkusers mailing list