View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006844VTK(No Category)public2008-04-17 15:582016-08-12 09:54
ReporterKen Moreland 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006844: vtkCompositeDataPipeline::ShouldIterateOverInput ignores DATA_TYPE_NAME
DescriptionThe 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.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0036969)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-04-17 15:58 Ken Moreland New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036969
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved
2016-08-12 09:54 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team