One possibility is to create a custom panel with a timer which
periodically calls RequestInformation() to update the timesteps.

Utkarsh

On Thu, Jan 29, 2009 at 2:25 AM, Dominik Szczerba <domi...@itis.ethz.ch> wrote:
> Hi,
>
> What is the best way to update my custom reader?
> I have a complex pipeline and my timesteps are continuously coming in -
> reloading the dataset and rebuilding the settings every time is not very
> funny.
> I CAN do it by calling RequestInformation (where I set the time range etc)
> each time I press 'left' or 'right' on the animation tab, but slows down
> playback, because the function does some extra IO. Maybe a custom filter
> calling RequestInformation of current dataset? Any other ideas?
>
> Dominik
>
> --
> Dominik Szczerba, Ph.D.
> Computational Physics Group
> IT'IS Foundation
> http://www.itis.ethz.ch
> _______________________________________________
> ParaView mailing list
> ParaView@paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
_______________________________________________
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to