View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009996VTK(No Category)public2009-12-04 08:312016-08-12 09:55
ReporterJuha-Ville Juntunen 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0009996: Example code procrustesAlignment.py does not work
DescriptionThe example code Examples/Modelling/Python/procrustesAlignment.py does
not display results for all aligned shapes correctly. Also, following warnings can be seen in the output:
...
ERROR: In /scratch/Oncomorph/3rdParty/VTK/Filtering/vtkAlgorithm.cxx, line 730
vtkProcrustesAlignmentFilter (0x825cf28): Attempt to connect input port index 1 for an algorithm with 1 input ports.
...

Problem seems to get fixed by changing:

   procrustes2.SetInputConnection(1, transformer1.GetOutputPort())
-->
   procrustes2.SetInput(1, transformer1.GetOutput())

for all procrustes filter input/output connections.

br.
J-V Juntunen
Additional InformationVTK 5.4.2
Python 2.5.4
gcc 4.3.2
Linux 2.6.29-gentoo-r5
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

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

 Issue History
Date Modified Username Field Change
2009-12-04 08:31 Juha-Ville Juntunen New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037123
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team