MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009996 | VTK | (No Category) | public | 2009-12-04 08:31 | 2016-08-12 09:55 |
| Reporter | Juha-Ville Juntunen | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0009996: Example code procrustesAlignment.py does not work | ||||
| Description | The 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 | ||||
| Steps To Reproduce | |||||
| Additional Information | VTK 5.4.2 Python 2.5.4 gcc 4.3.2 Linux 2.6.29-gentoo-r5 | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||