[Paraview] Can ParaView create "envelope" or cumulative maximums

Dennis Conklin dennis_conklin at goodyear.com
Fri Dec 4 12:21:53 EST 2015


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: 'paraview at paraview.org' <paraview at paraview.org>
Cc: Alan Scott (wascott at sandia.gov) <wascott at sandia.gov>
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>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20151204/112dd7e9/attachment.html>


More information about the ParaView mailing list