MantisBT - VTK
View Issue Details
0006844VTK(No Category)public2008-04-17 15:582016-08-12 09:54
Ken Moreland 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
0006844: vtkCompositeDataPipeline::ShouldIterateOverInput ignores DATA_TYPE_NAME
The method vtkCompositeDataPipeline::ShouldIterateOverInput decides whether the algorithm is "simple" and should be iteratively called on a composite data type. The current implementation of this method only looks at the vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE key and not the vtkDataObject::DATA_TYPE_NAME. This means that if any object that uses the DATA_TYPE_NAME key to specify its input (and there are many algorithms that still do) will be correctly connected to a source that produces composite data, but the request data pass will incorrectly pass the composite data to the algorithm rather than iterate the algorithm on all the blocks.
No tags attached.
Issue History
2008-04-17 15:58Ken MorelandNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036969
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved
2016-08-12 09:54Kitware RobotAssigned To => Kitware Robot

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

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