18#ifndef itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction_h
19#define itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction_h
53template <
typename TInputImage,
typename TCoordRep =
float>
73 using typename Superclass::InputImageType;
74 using typename Superclass::PixelType;
75 using typename Superclass::ValueType;
76 using typename Superclass::RealType;
84 static constexpr unsigned int ImageDimension = Superclass::ImageDimension;
91 using typename Superclass::ContinuousIndexType;
94 using typename Superclass::OutputType;
146#ifndef ITK_MANUAL_INSTANTIATION
147# include "itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction.hxx"
NumericTraits< TInputImage::PixelType >::RealType OutputType
typename InputImageType::IndexType IndexType
Light weight base class for most itk classes.
A templated class holding a geometric point in n-Dimensional space.
Base class for all vector image interpolators.
ImageBaseType::IndexType IndexType
ImageBaseType::PointType PointType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....