]> Creatis software - cpPlugins.git/blob - lib/Instances/BaseObjects.i
...
[cpPlugins.git] / lib / Instances / BaseObjects.i
1 * ======================
2 * == Some definitions ==
3 * ======================
4
5 d #ints=char;short;int;long
6 d #uints=unsigned #ints
7 d #floats=float;double
8 d #dims=1;2;3;4
9 d #vectors=CovariantVector;Point;Vector;SymmetricSecondRankTensor
10 d #color_pixels=RGBPixel;RGBAPixel
11
12 * ==============
13 * == Includes ==
14 * ==============
15
16 t itkArray.h
17 t itkArray2D.h
18 t itkFixedArray.h
19 t itk{#vectors}.h
20 t itkMatrix.h
21 t itkDiffusionTensor3D.h
22 t itkSymmetricEigenAnalysis.h
23 t itk{#color_pixels}.h
24 t itkSimpleDataObjectDecorator.h
25 t itkVariableLengthVector.h
26
27 * ===============
28 * == Instances ==
29 * ===============
30
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} >
39
40 * ==================
41 * == Dependencies ==
42 * ==================
43
44 c itk::SymmetricEigenAnalysis< itk::Matrix< #floats, #dims, #dims >, itk::FixedArray< #floats, #dims >, itk::Matrix< #floats, #dims, #dims > >
45
46 * eof - $RCSfile$