18 #ifndef itkVectorLinearInterpolateImageFunction_h
19 #define itkVectorLinearInterpolateImageFunction_h
42 template<
typename TInputImage,
typename TCoordRep =
double >
66 using RealType =
typename Superclass::RealType;
72 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
98 void PrintSelf(std::ostream & os,
Indent indent)
const override;
106 #ifndef ITK_MANUAL_INSTANTIATION
107 #include "itkVectorLinearInterpolateImageFunction.hxx"
Light weight base class for most itk classes.
static const unsigned long m_Neighbors
typename NumericTraits< ValueType >::RealType RealType
typename PixelType::ValueType ValueType
constexpr unsigned int Dimension
typename InputImageType::PixelType PixelType
typename Superclass::IndexType IndexType
typename ContinuousIndexType::ValueType InternalComputationType
ImageBaseType::IndexType IndexType
typename Superclass::InputImageType InputImageType
Control indentation during Print() invocation.
Base class for all vector image interpolaters.
typename Superclass::OutputType OutputType
typename Superclass::ContinuousIndexType ContinuousIndexType
Linearly interpolate a vector image at specified positions.