MantisBT - VTK
View Issue Details
0011408VTK(No Category)public2010-11-04 20:542016-08-12 09:55
Shekhar 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0011408: vtkProcrustesAlignment Python Example Bug
This class requires that the number of inputs be set, however in the example the SetNumberOfInputs is used incorrectly with SetInputConnection methods. The result is a runtime error.

procrustes1 = vtk.vtkProcrustesAlignmentFilter()
procrustes1.SetNumberOfInputs(3)
procrustes1.SetInputConnection(0, sphere.GetOutputPort()) <- Error here
procrustes1.SetInputConnection(1, transformer1.GetOutputPort()) <- Error here
procrustes1.SetInputConnection(2, transformer2.GetOutputPort()) <- Error here
The TCL Version is correct.
No tags attached.
Issue History
2010-11-04 20:54ShekharNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037211
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037211)
Kitware Robot   
2016-08-12 09:55   
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.