MantisBT - ITK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0011426 | ITK | public | 2010-11-09 15:31 | 2010-11-18 21:09 | |
Reporter | David Doria | ||||
Assigned To | kentwilliams | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | ITK-4-A0 | ||||
Target Version | Fixed in Version | ITK-4-A2 | |||
Resolution Date | 2010-11-15 | ||||
Sprint | |||||
Sprint Status | completed | ||||
Summary | 0011426: MetaImageWriter pixel type limitation | ||||
Description | I in itkImageIOBase.cxx, the Vector and CovariantVector pixel types are manually checked to be between length 2 and 7. I'm assuming this was arbitrarily chosen because of the way the pixel types are checked: ... else if ( ptype == typeid( Vector< T, 5 > ) ) { This->SetNumberOfComponents(5); This->SetPixelType(ImageIOBase::VECTOR); This->SetComponentType(ntype); return true; } ... Is there a way to do something more like "check the length of the vector, then set the number of components to the length" so we can allow images with arbitrary length vector pixels to be written? | ||||
Steps To Reproduce | Fixed by gerrit topic http://review.source.kitware.com/#change,353 [^] | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-11-09 15:31 | David Doria | New Issue | |||
2010-11-09 15:31 | David Doria | Sprint Status | => active | ||
2010-11-09 15:50 | Hans Johnson | Status | new => assigned | ||
2010-11-09 15:50 | Hans Johnson | Assigned To | => kentwilliams | ||
2010-11-11 14:51 | kentwilliams | Note Added: 0023184 | |||
2010-11-15 11:36 | kentwilliams | Resolution | open => fixed | ||
2010-11-15 11:36 | kentwilliams | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6#r6 | ||
2010-11-16 12:02 | kentwilliams | Note Added: 0023289 | |||
2010-11-16 12:03 | kentwilliams | Resolution Date | => 2010-11-15 | ||
2010-11-16 12:03 | kentwilliams | Sprint Status | active => completed | ||
2010-11-16 12:03 | kentwilliams | Status | assigned => resolved | ||
2010-11-16 12:03 | kentwilliams | Fixed in Version | => ITK-4-A2 | ||
2010-11-18 21:09 | Luis Ibanez | Status | resolved => closed | ||
2010-11-18 21:09 | Luis Ibanez | Note Added: 0023399 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|