18 #ifndef itkVectorLinearInterpolateImageFunction_h
19 #define itkVectorLinearInterpolateImageFunction_h
42 template<
typename TInputImage,
typename TCoordRep =
double >
68 itkStaticConstMacro(
Dimension,
unsigned int,
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkVectorLinearInterpolateImageFunction.hxx"
static const unsigned int Dimension
Superclass::ContinuousIndexType ContinuousIndexType
SmartPointer< const Self > ConstPointer
Light weight base class for most itk classes.
static const unsigned int ImageDimension
Superclass::IndexType IndexType
Superclass::PixelType PixelType
static const unsigned long m_Neighbors
Superclass::InputImageType InputImageType
void operator=(const Self &)
VectorLinearInterpolateImageFunction Self
static const unsigned int ImageDimension
Superclass::IndexType IndexType
virtual OutputType EvaluateAtContinuousIndex(const ContinuousIndexType &index) const override
~VectorLinearInterpolateImageFunction()
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::InputImageType InputImageType
NumericTraits< ValueType >::RealType RealType
Superclass::OutputType OutputType
VectorLinearInterpolateImageFunction()
VectorInterpolateImageFunction< TInputImage, TCoordRep > Superclass
InputImageType::PixelType PixelType
SmartPointer< Self > Pointer
PixelType::ValueType ValueType
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::ValueType ValueType
Control indentation during Print() invocation.
Base class for all vector image interpolaters.
ContinuousIndexType::ValueType InternalComputationType
Superclass::RealType RealType
static const unsigned int Dimension
Superclass::OutputType OutputType
Linearly interpolate a vector image at specified positions.