18 #ifndef itkVectorNearestNeighborInterpolateImageFunction_h
19 #define itkVectorNearestNeighborInterpolateImageFunction_h
42 template<
typename TInputImage,
typename TCoordRep =
double >
68 itkStaticConstMacro(
Dimension,
unsigned int,
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::RealType RealType
Superclass::ContinuousIndexType ContinuousIndexType
Light weight base class for most itk classes.
Superclass::IndexType IndexType
~VectorNearestNeighborInterpolateImageFunction()
Nearest neighbor interpolate a vector image at specified positions.
Superclass::ValueType ValueType
VectorInterpolateImageFunction< TInputImage, TCoordRep > Superclass
Superclass::InputImageType InputImageType
Superclass::PixelType PixelType
static const unsigned int ImageDimension
VectorNearestNeighborInterpolateImageFunction()
Superclass::IndexType IndexType
const InputImageType * GetInputImage() const
NumericTraits< ValueType >::RealType RealType
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< const Self > ConstPointer
VectorNearestNeighborInterpolateImageFunction Self
static const unsigned int Dimension
SmartPointer< Self > Pointer
InputImageType::PixelType PixelType
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::InputImageType InputImageType
Superclass::OutputType OutputType
virtual OutputType EvaluateAtContinuousIndex(const ContinuousIndexType &index) const override
PixelType::ValueType ValueType
Control indentation during Print() invocation.
Base class for all vector image interpolaters.
static const unsigned int ImageDimension
void ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const
static const unsigned int Dimension
void operator=(const Self &)
Superclass::OutputType OutputType