MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011408 | VTK | (No Category) | public | 2010-11-04 20:54 | 2016-08-12 09:55 |
| Reporter | Shekhar | ||||
| 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 | 0011408: vtkProcrustesAlignment Python Example Bug | ||||
| Description | 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 | ||||
| Steps To Reproduce | |||||
| Additional Information | The TCL Version is correct. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-11-04 20:54 | Shekhar | New Issue | |||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037211 | |||
| 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 | |||||
|
|
|||||
|
|
||||