<div dir="ltr">Somebody kindly defined a variable called "request" in the programmable filter. So you can do:<div><br></div><div><div>request.Set(vtk.vtkStreamingDemandDrivenPipeline.CONTINUE_EXECUTING(), 1)</div></div><div><br></div><div>I believe.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 4, 2015 at 11:29 AM, Favre  Jean <span dir="ltr"><<a href="mailto:jfavre@cscs.ch" target="_blank">jfavre@cscs.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div lang="EN-US" link="blue" vlink="purple">
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt"><br>
<div>Incidentally, I tried to achieve this with a Python programmable filter since that was Alan's question.<br>
<br>
I did not succeed.  I am removing the TIME_STEPS() and TIME_RANGE() in the  RequestInformationScript script. I am setting a different UPDATE_TIME_STEP() at each iteration of the RequestUpdateExtentScript. I am setting CONTINUE_EXECUTING() in the main Script,
 but ParaView just does not loop after the first iteration.<br>
<br>
I have the feeling I am not setting CONTINUE_EXECUTING on the right object. Question:<br>
<br>
how does one get the request object from the executive? When I look at C code, I see
<br>
<br>
int vtkTemporalStatistics::RequestData(vtkInformation *request,<br>
                                       vtkInformationVector **inputVector,<br>
                                       vtkInformationVector *outputVector)<br>
{<br>
...<br>
request->Set(vtkStreamingDemandDrivenPipeline::CONTINUE_EXECUTING(), 1)<br>
...<br>
}<br>
<br>
What is the equivalent in Python within a ProgrammableFilter()?<br>
<br>
Jean/CSCS<br>
</div>
<div style="font-family:Times New Roman;color:#000000;font-size:16px">
<div></div>
</div>
</div>
</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>