[vtkusers] parallel volume rendering

邓自强 ccrfrog at qq.com
Thu May 27 23:03:14 EDT 2010


hi all,
I want to write a volume rendering program with VTK and MPI(that is, I have several medical image slices, which make up the volume, and I want to render the volume on a cluster ), I read some materials but still don't know how to begin with, could here anyone give some specific help? 
like if (    myid == 0    )//master
    {
    ...
    }else{//slaves
    ...
    }
and explain 1.how does the partition go,2. how to get rendering results and do the gather up and interaction. thanks very much!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100528/46a89b27/attachment.htm>


More information about the vtkusers mailing list