MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009223 | VTK | (No Category) | public | 2009-06-30 19:09 | 2012-12-12 12:16 |
| Reporter | ivan daschinsky | ||||
| Assigned To | David Gobbi | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | 5.8.0 | |||
| Project | |||||
| Type | |||||
| Summary | 0009223: vtkTkPhotoImage.py - wrong call tcl command | ||||
| Description | I suggest to patch this file for proper calling tcl command vtkImageDataToTkPhoto This is my variant of method in class vtkTkPhotoImage from vtkTkPhotoImage module (tk-python widgets) def PutImageSlice ( self, image, z, orientation='transverse', window=256, level=128 ): t = image.__this__ s = 'vtkImageDataToTkPhoto %s %s %d %s %d %d' % ( t, self.name, z, orientation, window, level ) self.tk.eval ( s ) Previous version: def PutImageSlice ( self, image, z, orientation='transverse', window=256, level=128 ): t = image.__this__ s = 'vtkImageDataToTkPhoto %s %s %d %s %d %d' % ( t[:-2], self.name, z, orientation, window, level ) self.tk.eval ( s ) | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://www.vtk.org/Bug/file/7348/vtkTkPhotoImage.py | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-06-30 19:09 | ivan daschinsky | New Issue | |||
| 2009-06-30 19:09 | ivan daschinsky | File Added: vtkTkPhotoImage.py | |||
| 2009-06-30 19:14 | ivan daschinsky | Note Added: 0016792 | |||
| 2011-02-26 10:22 | David Gobbi | Assigned To | => David Gobbi | ||
| 2011-02-26 10:22 | David Gobbi | Status | backlog => tabled | ||
| 2011-04-17 01:37 | David Gobbi | Note Added: 0026202 | |||
| 2011-04-17 01:37 | David Gobbi | Status | tabled => @80@ | ||
| 2011-04-17 01:37 | David Gobbi | Resolution | open => fixed | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2012-12-12 12:16 | David Gobbi | Status | customer review => closed | ||
| 2012-12-12 12:16 | David Gobbi | Fixed in Version | => 5.8.0 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||