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