Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-12-01 Thread Biddiscombe, John A.
>The problem still is that you change your extent as a result of a known >parameter before running the algorithm, which is not my case. So I think that the easiest solution will be the one I told you before, instead of modifying the extent inside my algorithm do it in two different filters... <

Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-12-01 Thread Jorge Gerardo Peña Pastor
to have a custom panel > - and do a proxy->UpdateInformation in there? (i.e. before the view does an > update later and messes up the extents if the extra information update > hasn't occurred) > > JB > > -Original Message- > From: paraview-boun...@paraview

Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-30 Thread Burlen Loring
date hasn't occurred) JB -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Burlen Loring Sent: 30 November 2011 17:36 To: Jorge Gerardo Peña Pastor Cc: paraview@paraview.org Subject: Re: [Paraview] Problem after updating from Para

Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-30 Thread Biddiscombe, John A.
eña Pastor Cc: paraview@paraview.org Subject: Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12 Hi Jorge, You may want to take a look at vtkSQKernelConvolution filter in Plugins/SQToolKit of 3.12 sources. This is an example of an extent based filter that produces smaller

Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-30 Thread Burlen Loring
Hi Jorge, You may want to take a look at vtkSQKernelConvolution filter in Plugins/SQToolKit of 3.12 sources. This is an example of an extent based filter that produces smaller WHOLE_EXTENT on its output based on user selection in the PV GUI. This filter is working fine in 3.12. What's going

Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-30 Thread Jorge Gerardo Peña Pastor
f David E DeMarle > Sent: 29 November 2011 15:49 > To: Jorge Gerardo Peña Pastor; Fred Fred > Cc: paraview@paraview.org > Subject: Re: [Paraview] Problem after updating from Paraview 3.8.1 to > Paraview 3.12 > > Can one of you report this on the bug tracker? Ideally with example code

Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-29 Thread Biddiscombe, John A.
d Cc: paraview@paraview.org Subject: Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12 Can one of you report this on the bug tracker? Ideally with example code that replicates the problem. There were a handful of changes to VTK/Filtering/vtkStreamingDemandDrivenPipeline t

Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-29 Thread David E DeMarle
Can one of you report this on the bug tracker? Ideally with example code that replicates the problem. There were a handful of changes to VTK/Filtering/vtkStreamingDemandDrivenPipeline that could have caused this. If the problem is on the bug tracker we are less likely to loose it. David E DeMarle

[Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-15 Thread Jorge Gerardo Peña Pastor
Hello, I've managed to run a Paraview based application created with Paraview 3.8.1 using Paraview 3.12, but one of my filters is reporting an error it didn't before. My vtkAlgorithm is a sub-class of vtkImageAlgorithm, which as a result of processing the input data generates a new vtkImageData w