18 #ifndef itkNearestNeighborExtrapolateImageFunction_h
19 #define itkNearestNeighborExtrapolateImageFunction_h
39 template<
typename TInputImage,
typename TCoordRep =
float >
87 nindex[j] = Math::RoundHalfIntegerUp< IndexValueType >(index[j]);
108 const IndexType & index)
const ITK_OVERRIDE
124 nindex[j] = index[j];
Light weight base class for most itk classes.
signed long IndexValueType
virtual const IndexType & GetStartIndex() const
const InputImageType * GetInputImage() const
virtual const IndexType & GetEndIndex() const
Base class for all image interpolaters.
Control indentation during Print() invocation.