]> Creatis software - cpPlugins.git/blob - lib/Instances/ThresholdFilters.i
Code cleaning
[cpPlugins.git] / lib / Instances / ThresholdFilters.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 #pixels=#ints;#uints;#floats
9 d #inputs=#pixels
10 d #outputs=#pixels
11 d #dims=1;2;3;4
12 d #filters=BinaryDilateParaImage;BinaryErodeParaImage
13
14 * ==============
15 * == Includes ==
16 * ==============
17
18 f cpPlugins_Instances_ScalarImagesFilters.h
19 t itkBinaryThresholdImageFilter.h
20 t itkUnaryFunctorImageFilter.h
21 t cpExtensions/Algorithms/UnaryThresholdImageFilter.h
22
23 * ==================
24 * == Dependencies ==
25 * ==================
26
27 * ===============
28 * == Instances ==
29 * ===============
30
31 c itk::BinaryThresholdImageFilter< itk::Image< #inputs, #dims >, itk::Image< #outputs, #dims > >
32 c cpExtensions::Algorithms::UnaryThresholdImageFilter< itk::Image< #inputs, #dims > >
33
34 * eof - $RCSfile$