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