]> Creatis software - cpPlugins.git/blob - lib/Instances/ImageInterpolators.i
f4464fd312a0c892e8a128ff07f02f5a9b2ec994
[cpPlugins.git] / lib / Instances / ImageInterpolators.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define i_real=#real_types#
4 define o_real=#real_types#
5
6 tinclude itkImageFunction:h|hxx
7 tinclude itkLinearInterpolateImageFunction:h|hxx
8
9 cinclude itkImage.h
10
11 instances itk::ImageFunction< itk::Image< #scalar_pixels#, #process_dims# >, #i_real#, #o_real# >
12 instances itk::LinearInterpolateImageFunction< itk::Image< #scalar_pixels#, #process_dims# >, #real_types# >
13
14 ** eof - $RCSfile$