]> Creatis software - cpPlugins.git/blob - lib/Instances/ImageWriters.i
...
[cpPlugins.git] / lib / Instances / ImageWriters.i
1 b #include <ITKIOImageBaseExport.h>
2 b #undef ITKIOImageBase_HIDDEN
3 b #define ITKIOImageBase_HIDDEN
4
5 * ======================
6 * == Some definitions ==
7 * ======================
8
9 d #ints=char;short;int;long
10 d #uints=unsigned #ints
11 d #floats=float;double
12 d #dims=1;2;3;4
13 d #color_pixels=RGBPixel;RGBAPixel
14 d #vectors=CovariantVector;Point;Vector;SymmetricSecondRankTensor
15 d #src=File
16
17 * ==============
18 * == Includes ==
19 * ==============
20
21 f cpPlugins_Instances_BaseImageFilters.h
22 t itkImage{#src}Writer.h
23 * t itkConvertPixelBuffer.h
24 * t itkSimpleDataObjectDecorator.h
25 t itkImageAlgorithm.h
26
27 * ==================
28 * == Dependencies ==
29 * ==================
30
31 * ===============
32 * == Instances ==
33 * ===============
34
35 c itk::Image{#src}Writer< itk::Image< @{#ints;#uints;#floats}, #dims > >
36 c itk::Image{#src}Writer< itk::Image< std::complex< #floats >, #dims > >
37 c itk::Image{#src}Writer< itk::Image< itk::#color_pixels< @{#ints;#uints;#floats} >, #dims > >
38 c itk::Image{#src}Writer< itk::Image< itk::#vectors< #floats, #dims >, #dims > >
39 c itk::Image{#src}Writer< itk::Image< itk::DiffusionTensor3D< #floats >, 3 > >
40
41 * eof - $RCSfile$