[Paraview] reload data

Biddiscombe, John A. biddisco at cscs.ch
Thu Mar 8 04:50:19 EST 2012


I recently (just a few days ago), checked some code into the stage branch which adds support for "Command Buttons" which you can add using XML like this

    <CommandProperty
      name="Reload"
      label="Reload Data"
      command="Insert member function here">
    </CommandProperty>

and this is generated in the GUI panel for the filter as a button which triggers the command when the next Accept is clicked (or immediately if auto-accept is on). It just like all the Set/Get stuff with variables, but has no arguments, just a DoSomething trigger - just what you need.

If you tell me exactly which reader you are using, I will add this XML and test the reload feature you want.

If we're lucky, we can get it accepted in the next pv1.14 patch release

JB


From: paraview-bounces at paraview.org [mailto:paraview-bounces at paraview.org] On Behalf Of Zenker, Dr. Matthias
Sent: 08 March 2012 10:36
To: paraview at paraview.org
Subject: [Paraview] reload data

Hi,

I would like to watch a running transient simulation producing one binary vtu file per timestep. Is there a way to reload the current data set so that newly written timesteps are included (e.g. in the "Plot selection over time" filter), without closing and reopening the whole dataset?

Thank you,

Matthias



_____________________________________________________________________
ERBE Elektromedizin GmbH
Firmensitz: 72072 Tuebingen
Geschaeftsfuehrer: Christian O. Erbe, Reiner Thede
Registergericht: Stuttgart HRB 380137
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120308/db43961a/attachment-0001.htm>


More information about the ParaView mailing list