18 #ifndef itkNearestNeighborInterpolateImageFunction_h
19 #define itkNearestNeighborInterpolateImageFunction_h
37 template<
typename TInputImage,
typename TCoordRep =
double >
Superclass::OutputType OutputType
Superclass::IndexType IndexType
Light weight base class for most itk classes.
~NearestNeighborInterpolateImageFunction()
Nearest neighbor interpolation of a scalar image.
static const unsigned int ImageDimension
Superclass::IndexType IndexType
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::OutputType OutputType
const InputImageType * GetInputImage() const
static const unsigned int ImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
NearestNeighborInterpolateImageFunction()
Superclass::InputImageType InputImageType
Superclass::InputImageType InputImageType
SmartPointer< const Self > ConstPointer
NearestNeighborInterpolateImageFunction Self
SmartPointer< Self > Pointer
Superclass::ContinuousIndexType ContinuousIndexType
Base class for all image interpolaters.
void PrintSelf(std::ostream &os, Indent indent) const override
Control indentation during Print() invocation.
InterpolateImageFunction< TInputImage, TCoordRep > Superclass
void ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const
virtual OutputType EvaluateAtContinuousIndex(const ContinuousIndexType &index) const override
void operator=(const Self &)