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