Re: [Paraview] How to invalidate data

2009-10-16 Thread Fabian Wein
Hi David, Sorry Fabian, I've been quite busy at Vis and haven't been able to help. I can understand! For my tight deadline we skipped paraview and implemented a simple standalone live-data-visualization tody in Qt for a presentation next week - hence I'm not under pressure any more. But I will

Re: [Paraview] How to invalidate data

2009-10-14 Thread Fabian Wein
Hi, The animation idea for in-situ does not work as smooth as required. How can I mark data modified from my read in C++ such that it is requested by the animation and time stepping again? The animation cache cannot be set below 10K. It would be a great help to know that this is not possible

[Paraview] How to invalidate data

2009-10-13 Thread Fabian Wein
Dear last resource :) My last idea to make my live data reader work is to use animation. Independed on what time value is requested I give back the current data. I'll need a repeated loop for that - but once the time values are read, they are cached and not requested again from my reader. How