18#ifndef itkNearestNeighborInterpolateImageFunction_h
19#define itkNearestNeighborInterpolateImageFunction_h
38template <
typename TInputImage,
typename TCoordinate =
double>
const InputImageType * GetInputImage() const
void ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const
Control indentation during Print() invocation.
void PrintSelf(std::ostream &os, Indent indent) const override
InterpolateImageFunction()=default
typename InputImageType::SizeType SizeType
typename InputImageType::IndexType IndexType
ContinuousIndex< TCoordinate, Self::ImageDimension > ContinuousIndexType
TInputImage InputImageType
static constexpr unsigned int ImageDimension
ContinuousIndex< double, Self::ImageDimension > ContinuousIndexType
InterpolateImageFunction< TInputImage, TCoordinate > Superclass
void PrintSelf(std::ostream &os, Indent indent) const override
SizeType GetRadius() const override
NearestNeighborInterpolateImageFunction()=default
typename InputImageType::IndexType IndexType
typename InputImageType::SizeType SizeType
~NearestNeighborInterpolateImageFunction() override=default
NearestNeighborInterpolateImageFunction Self
static constexpr unsigned int ImageDimension
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
OutputType EvaluateAtContinuousIndex(const ContinuousIndexType &index) const override
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....