[Paraview] Reexecute pipeline

2010-07-06 Thread owen.arnold
How can I force the pipeline to reexecute my custom data source? Currently RequestData is called once, but I would like to be able to restructure input data whenever a change is applied to the pipeline. Is this possible? As some background, I want to be able to regenerate my input data at

Re: [Paraview] Reexecute pipeline

2010-07-06 Thread Sebastien Jourdain
Once you changed your data on your custom data source, you will have to mark your datasource as Modified(). Then, a simple Render() or Update() will recompute the pipeline. Seb On Tue, Jul 6, 2010 at 5:22 AM, owen.arn...@stfc.ac.uk wrote: How can I force the pipeline to reexecute my custom