18#ifndef itkNearestNeighborExtrapolateImageFunction_h
19#define itkNearestNeighborExtrapolateImageFunction_h
41template <
typename TInputImage,
typename TCoordinate =
float>
115 nindex[j] = std::clamp(index[j], startIndex[j], endIndex[j]);
virtual const IndexType & GetEndIndex() const
virtual const IndexType & GetStartIndex() const
const InputImageType * GetInputImage() const
Control indentation during Print() invocation.
virtual void PrintSelf(std::ostream &os, Indent indent) const
Implements transparent reference counting.
TInput RoundHalfIntegerUp(TInput x) template< typename TReturn
Round towards nearest integer (This is a synonym for RoundHalfIntegerUp)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....