[Paraview-developers] How should I update data arrays if time step is changed?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Oct 29 12:14:25 EDT 2014


Look at vtkExtractArraysOverTime. In your request data, you can use
CONTINUE_EXECUTING to make the pipeline execute multiple times
ensuring each time you request that appropriate timestep and
internally cache, as needed.

Utkarsh

On Wed, Oct 29, 2014 at 8:28 AM, Максим Глибин <maxim.glibin at gmail.com> wrote:
> Hello,
>
> I am trying to implement filter which will be able to compute difference of
> data arrays (for example 'temperature') between two specified time steps.
> How can I get data array for certain time step?
> For instance I have timesteps = [0, 0.01, 0.03,...] of 130 values.
> And I would like to get data array of 'temperature' in time step = 0.4.
>
> If someone have any idea how to implement it, please help me.
>
> Best regards,
> Maxim
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>


More information about the Paraview-developers mailing list