<div dir="ltr">That was quick :-) I thought it would take a bit longer for people to notice this change. Here is documentation:<div><br></div><div><a href="http://www.vtk.org/Wiki/VTK/Parallel_Pipeline">http://www.vtk.org/Wiki/VTK/Parallel_Pipeline</a><br>

</div><div><br></div><div>I am going to send out a note and write some sort of blog on this soon.</div><div><br></div><div>-berk</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 9, 2014 at 12:35 PM, Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Yves,<div><br></div><div>Here is the part that you might be interested.</div><div><br></div><div>Someone else may comment and explain the WHY but at least that give you the new way. ;-)</div>

<div><br></div>
<div><div>int vtkSphereSource::RequestInformation(</div><div>  vtkInformation *vtkNotUsed(request),</div><div>  vtkInformationVector **vtkNotUsed(inputVector),</div><div>  vtkInformationVector *outputVector)</div><div>{</div>


<div>  // get the info object</div><div>  vtkInformation *outInfo = outputVector->GetInformationObject(0);</div><div><br></div><div>  outInfo->Set(CAN_HANDLE_PIECE_REQUEST(), 1);</div><div><br></div><div>  return 1;</div>


<div>}</div></div><div><br></div><div>You can also look at {VTK-src}/Filters/Parallel/vtkPSphereSource.cxx</div><div>For the request data.</div><div><br></div><div>Seb</div><div><br></div><div><br></div></div><div class="HOEnZb">

<div class="h5"><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Jun 9, 2014 at 9:52 AM, Yves Rogez <span dir="ltr"><<a href="mailto:yves.rogez@obs.ujf-grenoble.fr" target="_blank">yves.rogez@obs.ujf-grenoble.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hello,<br>
<br>
I'm using the MAXIMUM_NUMBER_OF_PIECES() key to pass information of the maximum number of piececs that my reader can provide. It appears that this key no longer exists ? If it has been removed, why ? Is there any bad behaviors observed using thi method ? Or maybe it has been moved in another class ?<br>



<br>
Thanks in advance,<br>
<br>
Yves<br>
<br>
-- <br>
Yves Rogez<br>
IPAG / CNRS<br>
<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/<u></u>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/<u></u>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>