]> Creatis software - cpPlugins.git/blob - lib/cpInstances/Images/ITKImageInterpolators.i
yet another refactoring
[cpPlugins.git] / lib / cpInstances / Images / ITKImageInterpolators.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define v=FixedArray
4 define i_real=#real_types#
5 define o_real=#real_types#
6 define interp=Linear
7
8 tinclude itk#interp#InterpolateImageFunction:h|hxx
9 tinclude itkVectorLinearInterpolateImageFunction:h|hxx
10
11 cinclude itk#v#.h
12 cinclude itkImage.h
13
14 instances itk::#interp#InterpolateImageFunction< itk::Image< #scalar_types#, #pdims# >, #real_types# >
15
16 instances itk::VectorLinearInterpolateImageFunction< itk::Image< itk::#v#< #i_real#, #pdims# >, #pdims# >, #o_real# >
17
18 tinclude itkBSplineDecompositionImageFilter:h|hxx
19 tinclude itkBSplineInterpolateImageFunction:h|hxx
20 instances itk::BSplineInterpolateImageFunction< itk::Image< #scalar_types#, #pdims# >, #real_types#, #real_types# >
21 instances itk::BSplineDecompositionImageFilter< itk::Image< #scalar_types#, #pdims# >, itk::Image< #real_types#, #pdims# > >
22
23 ** eof - $RCSfile$