15 #ifndef __elxBSplineInterpolator_h
16 #define __elxBSplineInterpolator_h
18 #include "itkBSplineInterpolateImageFunction.h"
48 template <
class TElastix >
52 ITK_TYPENAME InterpolatorBase<TElastix>::InputImageType,
53 ITK_TYPENAME InterpolatorBase<TElastix>::CoordRepType,
83 itkStaticConstMacro( ImageDimension,
unsigned int, Superclass1::ImageDimension );
91 typedef typename Superclass1::Iterator
Iterator;
110 virtual void BeforeEachResolution(
void );
124 void operator=(
const Self& );
131 #ifndef ITK_MANUAL_INSTANTIATION
132 #include "elxBSplineInterpolator.hxx"
135 #endif // end #ifndef __elxBSplineInterpolator_h