MantisBT - ParaView
View Issue Details
0012911ParaView(No Category)public2012-02-04 09:432016-08-12 09:59
Jorge Peña 
Kitware Robot 
normalminorhave not tried
closedmoved 
3.12 
 
TBD
incorrect functionality
0012911: Wrong "update extent" specified in output's informtation after modifying the extent inside RequestData
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 which is
smaller than the original one.
Using Paraview 3.8.1 I managed to use that filter in my application, but now after updating to Paraview 3.12 I get
the following error:

ERROR: src/ParaView-3.12.0/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx,
line 1009
vtkPVCompositeDataPipeline (0x4c3dca0): The update extent specified in
the information for output port 0 on algorithm
vtkConnectedThresholdImageFilter(0x4c3c8d0) is 0 698 0 535 0 114,
which is outside the whole extent 408 421 86 106 0 1.

Inside my RequestData I've tried changing all possible combinations of
whole extent, update extent and extent for both output and
outputInformation without success.

I attach the vtkAlgorithm which I used with PV3.8.1
No tags attached.
cpp vtkConnectedThresholdImageFilter.cpp (5,743) 2012-02-04 09:43
https://www.vtk.org/Bug/file/9111/vtkConnectedThresholdImageFilter.cpp
Issue History
2012-02-04 09:43Jorge PeñaNew Issue
2012-02-04 09:43Jorge PeñaFile Added: vtkConnectedThresholdImageFilter.cpp
2016-08-12 09:59Kitware RobotNote Added: 0038137
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0038137)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.