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];
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.