<div>Dear vtkexperts,</div>
<div>&nbsp;</div>
<div>Please&nbsp;if anyone used VTKMPI functions,&nbsp;i want to divide the vtk rendering pipeline between 2 processes, like this:</div>
<div>&nbsp;</div>
<div>1. process 0, create the actor &amp; sends it to process 1</div>
<div>2. process 1 create the renderer &amp; the renderer window</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>i am facing a problem in sending the vtkActor object, i tried the follwoing</div>
<div>&nbsp;</div>
<div>in process 0:&nbsp;</div>
<div>worldComm-&gt;Send (/*vtkDataObject * */ (vtkDataObject*) aSphere,/*remoteHandle*/0,/*tag*/33);</div>
<div>&nbsp;</div>
<div>in process 1:</div>
<div>worldComm-&gt;Receive(/*vtkDataObject * */ (vtkDataObject*) myaSphere,/*remoteHandle*/1,/*tag*/33);</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>where asphere &amp; myasphere are local vtkActor objects....</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>help pleaseeee asap</div>
<div>thanks<br>&nbsp;</div>
<div>Hanan</div>