]> Creatis software - cpPlugins.git/blob - lib/Instances/BaseImageFilters.i
fc646c602d5b23cc5dda9d0593b749694d1093e6
[cpPlugins.git] / lib / Instances / BaseImageFilters.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 #vectors=CovariantVector;Point;Vector;SymmetricSecondRankTensor
11
12 * ==============
13 * == Includes ==
14 * ==============
15
16 f cpPlugins_Instances_ScalarImages.h
17 f cpPlugins_Instances_ColorImages.h
18 f cpPlugins_Instances_VectorImages.h
19 t itkImageSource.h
20
21 * ==================
22 * == Dependencies ==
23 * ==================
24
25 * ===============
26 * == Instances ==
27 * ===============
28
29 c itk::ImageSource< itk::Image< @{#ints;#uints;#floats}, #dims > >
30 c itk::ImageSource< itk::Image< std::complex< #floats >, #dims > >
31 c itk::ImageSource< itk::Image< itk::#color_pixels< @{#ints;#uints;#floats} >, #dims > >
32 c itk::ImageSource< itk::Image< itk::#vectors< #floats, #dims >, #dims > >
33 c itk::ImageSource< itk::Image< itk::DiffusionTensor3D< #floats >, 3 > >
34
35 * eof - $RCSfile$