18 #ifndef itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction_h
19 #define itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction_h
53 template <
typename TInputImage,
typename TCoordinate =
float>
73 using typename Superclass::InputImageType;
74 using typename Superclass::PixelType;
75 using typename Superclass::ValueType;
76 using typename Superclass::RealType;
84 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
91 using typename Superclass::ContinuousIndexType;
94 using typename Superclass::OutputType;
126 EvaluateAtContinuousIndex(
const ContinuousIndexType & index)
const override;
134 EvaluateAtIndex(
const IndexType & index)
const override;
146 #ifndef ITK_MANUAL_INSTANTIATION
147 # include "itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction.hxx"