View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004236VTK(No Category)public2006-12-20 10:422008-11-30 09:05
ReporterJim Miller 
Assigned ToMathieu Malaterre 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004236: ImageAppendComponents ports and connections
DescriptionThe SetInput(0, x), SetInput(1, y) methods appear to map inputs to separate ports.

The implementation of ImageAppendComponents appears to only look at input port 0 and assumes that multiple inputs are mapped as separate connections to this port.

This is just a best guess as to what the new pipeline architecture is doing when the legacy api is used.

Using SetInput(0, x), SetInput(0, y), and RemoveAllInputs() results in errors in Slicer because of input connections on port 1 with not input connections on port 0. Changing the Slicer code to use SetInputConnection(0, x) and AddInputConnection(0, y) removed the errors in Slicer.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0006030)
Mathieu Malaterre (developer)
2006-12-20 15:39

Is this related to bug 0003041 ?
(0014241)
Mathieu Malaterre (developer)
2008-11-30 09:05

reopen if bug is still present.

 Issue History
Date Modified Username Field Change
2008-11-30 09:05 Mathieu Malaterre Note Added: 0014241
2008-11-30 09:05 Mathieu Malaterre Status tabled => closed
2008-11-30 09:05 Mathieu Malaterre Resolution open => fixed
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team