]> Creatis software - cpPlugins.git/blobdiff - lib/cpInstances/ExtractImageFilters.i
..
[cpPlugins.git] / lib / cpInstances / ExtractImageFilters.i
index 7a1643831436a78d1358d0c1c9fabcaacd2d5b95..b63591fe9dee0b49a2703876fb68960a812cf321 100644 (file)
@@ -1,10 +1,14 @@
 header #define ITK_MANUAL_INSTANTIATION
 
 define filters=RegionOfInterestImageFilter;ExtractImageFilter
+define i_scalars=#scalar_pixels#
+define o_scalars=#scalar_pixels#
 
 tinclude itk#filters#:h|hxx
+tinclude itkShiftScaleImageFilter:h|hxx
 
 instances itk::#filters#< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #scalar_pixels#, #process_dims# > >
 instances itk::ExtractImageFilter< itk::Image< #scalar_pixels#, 3 >, itk::Image< #scalar_pixels#, 2 > >
+instances itk::ShiftScaleImageFilter< itk::Image< #i_scalars#, #process_dims# >, itk::Image< #o_scalars#, #process_dims# > >
 
 ** eof - $RCSfile$