]> Creatis software - cpPlugins.git/blob - lib/Instances/VectorImages.i
414ef3e8b269af553b098e04eb6e5f589175afe2
[cpPlugins.git] / lib / Instances / VectorImages.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 #it=ImageRegion;ImageScanline
11 d #it_wi=Image;ImageRegion;ImageLinear
12
13 * ==============
14 * == Includes ==
15 * ==============
16
17 f cpPlugins_Instances_BaseObjects.h
18 t itkImage.h
19 t itkImportImageContainer.h
20 t itk{#it}Iterator.h
21 t itk{#it}ConstIterator.h
22 t itk{#it_wi}IteratorWithIndex.h
23 t itk{#it_wi}ConstIteratorWithIndex.h
24
25 * ==================
26 * == Dependencies ==
27 * ==================
28
29 c itk::ImportImageContainer< unsigned long, itk::#vectors< #floats, #dims > >
30 c itk::ImportImageContainer< unsigned long, itk::DiffusionTensor3D< #floats > >
31
32 * ===============
33 * == Instances ==
34 * ===============
35
36 c itk::Image< itk::#vectors< #floats, #dims >, #dims >
37 c itk::Image< itk::DiffusionTensor3D< #floats >, 3 >
38
39 * ===============
40 * == Iterators ==
41 * ===============
42
43 b #define ITK_LEGACY_REMOVE
44 c itk::{#it}@{Const;{}}Iterator< itk::Image< itk::#vectors< #floats, #dims >, #dims > >
45 c itk::{#it_wi}@{Const;{}}IteratorWithIndex< itk::Image< itk::#vectors< #floats, #dims >, #dims > >
46 c itk::{#it}@{Const;{}}Iterator< itk::Image< itk::DiffusionTensor3D< #floats >, 3 > >
47 c itk::{#it_wi}@{Const;{}}IteratorWithIndex< itk::Image< itk::DiffusionTensor3D< #floats >, 3 > >
48
49 * eof - $RCSfile$