]> Creatis software - cpPlugins.git/blob - lib/cpPlugins_Instances/ColorImages.i
...
[cpPlugins.git] / lib / cpPlugins_Instances / ColorImages.i
1 d #itk_pixels=RGB;RGBA
2 d #itk_objs=ImportImageContainer;Image;ImageSource
3 d #itk_it=ImageRegion;ImageScanline
4 d #itk_it_wi=Image;ImageRegion;ImageLinear
5 d #ints=char;short;int;long
6 d #uints=unsigned #ints
7 d #floats=float;double
8 d #pixels=#ints;#uints;#floats
9 d #dims=1;2;3;4
10
11 i cpPlugins_Instances/ColorPixels.h
12 t itk{#itk_objs}.h
13 t itk{#itk_it}Iterator.h
14 t itk{#itk_it}ConstIterator.h
15 t itk{#itk_it_wi}IteratorWithIndex.h
16 t itk{#itk_it_wi}ConstIteratorWithIndex.h
17
18 * ==============
19 * = Base types =
20 * ==============
21 c itk::ImportImageContainer< unsigned long, itk::{#itk_pixels}Pixel< #pixels > >
22 c itk::Image< itk::{#itk_pixels}Pixel< #pixels >, #dims >
23
24 * ===============================
25 * = All of filters superclasses =
26 * ===============================
27 c itk::ImageSource< itk::Image< itk::{#itk_pixels}Pixel< #pixels >, #dims > >
28
29 * ===============================
30 * = All of base image iterators =
31 * ===============================
32 b #define ITK_LEGACY_REMOVE
33 c itk::{#itk_it}@{Const;{}}Iterator< itk::Image< itk::{#itk_pixels}Pixel< #pixels >, #dims > >
34 c itk::{#itk_it_wi}@{Const;{}}IteratorWithIndex< itk::Image< itk::{#itk_pixels}Pixel< #pixels >, #dims > >
35
36 * eof - $RCSfile$