<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Thank you Seb. I'll update my code that way.<br>
<br>
Yves<br>
<br>
<div class="moz-cite-prefix">Le 09/06/2014 18:35, Sebastien Jourdain
a écrit :<br>
</div>
<blockquote
cite="mid:CABObKxdH=15z2=1z3CdHUZYoUFo2dRuSJGDfuQ0o3_L5b62hCg@mail.gmail.com"
type="cite">
<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="gmail_extra">
<br>
<br>
<div class="gmail_quote">On Mon, Jun 9, 2014 at 9:52 AM, Yves
Rogez <span dir="ltr"><<a moz-do-not-send="true"
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>
_______________________________________________<br>
Powered by <a moz-do-not-send="true"
href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a
moz-do-not-send="true"
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 moz-do-not-send="true"
href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a moz-do-not-send="true"
href="http://www.paraview.org/mailman/listinfo/paraview"
target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
<div class="moz-signature">-- <br>
Yves Rogez<br>
<em>CONSERT Operations Engineer</em><br>
<br>
<b>IPAG</b><br>
<em>Institut de Planétologie et d'Astrophysique de Grenoble </em><br>
<font size="2">Bat D de Physique - BP. 53 - 38041 Grenoble -
FRANCE<br>
<br>
</font>
tel : +33 (0)4 76 63 52 80<br>
lab : +33 (0)4 76 63 52 89<br>
</div>
</body>
</html>