18 #ifndef itkBSplineInterpolationWeightFunction_h
19 #define itkBSplineInterpolationWeightFunction_h
46 template <
typename TCoordRep =
float,
unsigned int VSpaceDimension = 2,
unsigned int VSplineOrder = 3>
48 :
public FunctionBase<ContinuousIndex<TCoordRep, VSpaceDimension>, Array<double>>
67 static constexpr
unsigned int SpaceDimension = VSpaceDimension;
70 static constexpr
unsigned int SplineOrder = VSplineOrder;
99 itkGetConstMacro(SupportSize,
SizeType);
102 itkGetConstMacro(NumberOfWeights,
unsigned int);
108 PrintSelf(std::ostream & os,
Indent indent)
const override;
131 #ifndef ITK_MANUAL_INSTANTIATION
132 # include "itkBSplineInterpolationWeightFunction.hxx"