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