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

2011-12-01 Thread Jorge Gerardo Peña Pastor
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 WHOLE_EXTENT on its output based

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-11-30 Thread Jorge Gerardo Peña Pastor
: [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 that could have caused

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 Biddiscombe, John A.
: 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 WHOLE_EXTENT

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

2011-11-30 Thread Burlen Loring
: 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 Paraview 3.8.1 to Paraview 3.12 Hi Jorge, You may want to take

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

[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