17 #ifndef MITK_DiffusionImageHeaderInformation_H
18 #define MITK_DiffusionImageHeaderInformation_H
20 #include <itkObject.h>
21 #include "vnl/vnl_vector_fixed.h"
23 #include "itkObjectFactory.h"
41 itkFactorylessNewMacro(Self)
91 return nRows == other->nRows &&
92 nCols == other->nCols &&
93 xRes == other->xRes &&
94 yRes == other->yRes &&
95 xOrigin == other->xOrigin &&
96 yOrigin == other->yOrigin &&
97 zOrigin == other->zOrigin &&
98 sliceThickness == other->sliceThickness &&
99 sliceSpacing == other->sliceSpacing &&
100 nSliceInVolume == other->nSliceInVolume &&
101 xRow == other->xRow &&
102 yRow == other->yRow &&
103 zRow == other->zRow &&
104 xCol == other->xCol &&
105 yCol == other->yCol &&
106 zCol == other->zCol &&
107 xSlice == other->xSlice &&
108 ySlice == other->ySlice &&
109 zSlice == other->zSlice;
121 #endif // MITK_DiffusionImageHeaderInformation_H
DataCollection - Class to facilitate loading/accessing structured data.