| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0004930 | ITK | public | 2007-04-25 09:19 | 2007-09-10 11:53 | |||||
| Reporter | Jeff Donner | ||||||||
| Assigned To | Luis Ibanez | ||||||||
| Priority | low | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0004930: ImageIOBase::GetIORegion() can be const | ||||||||
| Description | in Code/IO/itkImageIOBase.h / ImageIOBase ImageIOBase::GetIORegion() is not const, but it returns an ImageIORegion struct by value so it can be. That is, itkGetMacro(IORegion, ImageIORegion); Can be: itkGetConstMacro(IORegion, ImageIORegion); | ||||||||
| Tags | No tags attached. | ||||||||
| Resolution Date | |||||||||
| Sprint | |||||||||
| Sprint Status | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0008905) Luis Ibanez (manager) 2007-09-10 11:53 |
The code fix has been committed: http://www.itk.org/cgi-bin/viewcvs.cgi/Code/IO/itkImageIOBase.h?root=Insight&sortby=date&r2=1.46&r1=1.45 [^] |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2007-09-10 11:53 | Luis Ibanez | Status | assigned => closed |
| 2007-09-10 11:53 | Luis Ibanez | Note Added: 0008905 | |
| 2007-09-10 11:53 | Luis Ibanez | Resolution | open => fixed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |