Jean,

Manipulating time inside pipeline objects is explained pretty well here:

http://www.kitware.com/blog/home/post/989

Dennis

From: Dennis Conklin
Sent: Friday, December 04, 2015 11:08 AM
To: '[email protected]' <[email protected]>
Cc: Alan Scott ([email protected]) <[email protected]>
Subject: [Paraview] Re: Can ParaView create "envelope" or cumulative maximums

Alan,

My first thought is to run Temporal Statistics with Maximum selected and paint 
by that.  Is that not working?

Dennis


Incidentally, I tried to achieve this with a Python programmable filter since
that was Alan's question.

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.

I have the feeling I am not setting CONTINUE_EXECUTING on the right object.
Question:

how does one get the request object from the executive? When I look at C code, I
see

int vtkTemporalStatistics::RequestData(vtkInformation *request, 
vtkInformationVector **inputVector, vtkInformationVector *outputVector) { ... 
request->Set(vtkStreamingDemandDrivenPipeline::CONTINUE_EXECUTING(), 1) ... }

What is the equivalent in Python within a ProgrammableFilter()?

Jean/CSCS

_______________________________________________ Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe: 
http://public.kitware.com/mailman/listinfo/paraview
(c) 2007-2014 MarkLogic Corporation. All rights reserved. 
Home<http://markmail.org/> | paraview Home<http://paraview.markmail.org/> | 
Browse<http://markmail.org/browse> | 
FAQ<http://paraview.markmail.org/docs/faq.xqy> | 
Advertising<http://paraview.markmail.org/docs/advertising.xqy> | 
Blog<http://markmail.blogspot.com/> | 
Feedback<http://paraview.markmail.org/docs/feedback.xqy> | MarkMail(tm) 
Legale<http://paraview.markmail.org/docs/terms-of-use.xqy>

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to