I am trying to find documentation on how to access different timesteps of
field data within a Python Programmable Filter.   (Specifically, I want to
output a vtkTable of the cross-correlation sequences of scalar field arrays
A and B over all timesteps.)

The only reference I found was this comment :

> *I suspect that one will have to add support for RequestInformation and
> RequestUpdateData to the programmable filter to support time. That's what
> we had to do in the python programmable filter we use with ParaView.*


I have found no documentation on what the 'RequestInformation' and
'RequestUpdateData'
scripts should look like, and how to use their outputs in the filter.

Can someone please post an example of a paraview Programmable Python Filter
that accesses the timesteps of field data of its inputs?

Many thanks...
Dean
_______________________________________________
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