]> Creatis software - cpPlugins.git/blob - lib/Instances/ExtractImageFilters.i
Code cleaning
[cpPlugins.git] / lib / Instances / ExtractImageFilters.i
1 d #ints=char;short;int;long
2 d #uints=unsigned #ints
3 d #floats=float;double
4 d #pixels=#ints;#uints;#floats
5 d #dims=2;3
6
7 f cpPlugins_Instances_ScalarImagesFilters.h
8 t cpExtensions/Algorithms/RegionOfInterestImageCalculator.h
9 t itkRegionOfInterestImageFilter.h
10 t itkImageAlgorithm.h
11
12 * ===========
13 * = Filters =
14 * ===========
15
16 c cpExtensions::Algorithms::RegionOfInterestImageCalculator< itk::Image< #pixels, #dims > >
17 c itk::RegionOfInterestImageFilter< itk::Image< #pixels, #dims >, itk::Image< #pixels, #dims > >
18
19 * eof - $RCSfile$