1 * ======================
2 * == Some definitions ==
3 * ======================
5 d #ints=char;short;int;long
6 d #uints=unsigned #ints
9 d #vectors=CovariantVector;Point;Vector;SymmetricSecondRankTensor
10 d #color_pixels=RGBPixel;RGBAPixel
21 t itkDiffusionTensor3D.h
22 t itkSymmetricEigenAnalysis.h
23 t itk{#color_pixels}.h
24 t itkSimpleDataObjectDecorator.h
25 t itkVariableLengthVector.h
31 c itk::@{Array;Array2D;VariableLengthVector}< @{#ints;#uints;#floats} >
32 c itk::FixedArray< @{#ints;#uints}, #dims >
33 c itk::FixedArray< #floats, @{#dims;6;10} >
34 c itk::#vectors< #floats, #dims >
35 c itk::Matrix< #floats, @{#dims;5}, @{#dims;5} >
36 c itk::DiffusionTensor3D< #floats >
37 c itk::#color_pixels< @{#ints;#uints;#floats} >
38 c itk::SimpleDataObjectDecorator< @{#ints;#uints;#floats} >
44 c itk::SymmetricEigenAnalysis< itk::Matrix< #floats, #dims, #dims >, itk::FixedArray< #floats, #dims >, itk::Matrix< #floats, #dims, #dims > >