]> Creatis software - cpPlugins.git/blob - lib/Instances/ImageInterpolators.i
c9214b4013c9b6ab287b55e2f3370d698ab2a109
[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 define interp=Linear
6
7 tinclude itkImageFunction:h|hxx
8 tinclude itk#interp#InterpolateImageFunction:h|hxx
9
10 NearestNeighbor
11
12 cinclude itkImage.h
13
14 instances itk::ImageFunction< itk::Image< #scalar_pixels#, #process_dims# >, #i_real#, #o_real# >
15 instances itk::#interp#InterpolateImageFunction< itk::Image< #scalar_pixels#, #process_dims# >, #real_types# >
16
17 ** eof - $RCSfile$