]> Creatis software - cpPlugins.git/blob - lib/cpInstances/ImageSeparableFilters.i
57b409207fa0913cc6fd926902c9cb5558ed5141
[cpPlugins.git] / lib / cpInstances / ImageSeparableFilters.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define filters=RecursiveSeparableImageFilter;RecursiveGaussianImageFilter;SmoothingRecursiveGaussianImageFilter
4 define in_scalars=#scalar_pixels#
5 define out_scalars=#scalar_pixels#
6 define in_reals=#real_types#
7 define out_reals=#real_types#
8
9 tinclude itk#filters#:h|hxx
10
11 instances itk::#filters#< itk::Image< #in_scalars#, #process_dims# >, itk::Image< #out_scalars#, #process_dims# > >
12
13 ** eof - $RCSfile$