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