[vtkusers] Question about the TaskParallelism.cxx

黄波 huangbo06 at gmail.com
Thu Mar 15 04:47:15 EDT 2007


Hi,

   TaskParallelism.cxx wants demonstrate how to write a task parallel application with VTK. It creates two different pipelines and assigns each to one processor. This program uses vtkCompositeRenderManager to allow all processes(two tasks) to composite their images and then the root process displays it in it's render window.
   
    However, I find the render window in the root process(task1) does not display other images in other processes(task2); that is, the vtkCompositeRenderManager can not composite the images in the render windows.

    Whether do I have set some wrong parameter or the example have some problems? Hope some help about it or the right way to composite the different images in the render windows!

    Thanks!

                   huangbo
        huangbo06 at gmail.com
          2007-03-15


More information about the vtkusers mailing list