]> Creatis software - cpPlugins.git/blob - lib/Instances/ColorImages.i
...
[cpPlugins.git] / lib / Instances / ColorImages.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 #color_pixels=RGBPixel;RGBAPixel
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 itkImageToVTKImageFilter.h
21 t itkVTKImageExport.h
22 t itk{#it}Iterator.h
23 t itk{#it}ConstIterator.h
24 t itk{#it_wi}IteratorWithIndex.h
25 t itk{#it_wi}ConstIteratorWithIndex.h
26
27 * ==================
28 * == Dependencies ==
29 * ==================
30
31 c itk::ImportImageContainer< unsigned long, itk::#color_pixels< @{#ints;#uints;#floats} > >
32
33 * ===============
34 * == Instances ==
35 * ===============
36
37 c itk::Image< itk::#color_pixels< @{#ints;#uints;#floats} >, #dims >
38 c itk::ImageToVTKImageFilter< itk::Image< itk::#color_pixels< @{#ints;#uints;#floats} >, @{2;3} > >
39
40 * ===============
41 * == Iterators ==
42 * ===============
43
44 b #define ITK_LEGACY_REMOVE
45 c itk::{#it}@{Const;{}}Iterator< itk::Image< itk::#color_pixels< @{#ints;#uints;#floats} >, #dims > >
46 c itk::{#it_wi}@{Const;{}}IteratorWithIndex< itk::Image< itk::#color_pixels< @{#ints;#uints;#floats} >, #dims > >
47
48 * eof - $RCSfile$