MantisBT - ITK | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0005752 | ITK | public | 2007-09-19 15:13 | 2007-09-19 18:51 | ||||||
Reporter | Luis Ibanez | |||||||||
Assigned To | Luis Ibanez | |||||||||
Priority | high | Severity | major | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | ||||||||||
Target Version | Fixed in Version | |||||||||
Resolution Date | ||||||||||
Sprint | ||||||||||
Sprint Status | ||||||||||
Summary | 0005752: ValueType trait is incorrectly defined in Vector, RGB and Tensor Traits | |||||||||
Description | The trait ValueType was intended to be defined as the type of the scalar component of a vector type. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | In a scalar type, the trait ValueType is expected to be defined as the Self type. In a vector type, the trait ValueType is expected to be defined as the type of the scalar component of the vector. For example NumericTrait<double>::ValueType ===> double NumericTrait< Vector<double, 3 > >::ValueType =====> double | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2007-09-19 15:13 | Luis Ibanez | New Issue | ||||||||
2007-09-19 15:17 | Luis Ibanez | Status | new => assigned | |||||||
2007-09-19 15:17 | Luis Ibanez | Assigned To | => Luis Ibanez | |||||||
2007-09-19 15:20 | Luis Ibanez | Note Added: 0009158 | ||||||||
2007-09-19 15:20 | Luis Ibanez | Relationship added | related to 0000221 | |||||||
2007-09-19 18:45 | Luis Ibanez | Note Added: 0009172 | ||||||||
2007-09-19 18:51 | Luis Ibanez | Status | assigned => closed | |||||||
2007-09-19 18:51 | Luis Ibanez | Note Added: 0009174 | ||||||||
2007-09-19 18:51 | Luis Ibanez | Resolution | open => fixed |