|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVectorLinearInterpolateImageFunction_h
19 #define itkVectorLinearInterpolateImageFunction_h
42 template <
typename TInputImage,
typename TCoordRep =
double>
65 using RealType =
typename Superclass::RealType;
71 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
98 PrintSelf(std::ostream & os,
Indent indent)
const override;
106 #ifndef ITK_MANUAL_INSTANTIATION
107 # include "itkVectorLinearInterpolateImageFunction.hxx"
typename Superclass::IndexType IndexType
Control indentation during Print() invocation.
Base class for all vector image interpolators.
typename ContinuousIndexType::ValueType InternalComputationType
typename InputImageType::PixelType PixelType
ImageBaseType::IndexType IndexType
typename Superclass::ContinuousIndexType ContinuousIndexType
typename Superclass::InputImageType InputImageType
Light weight base class for most itk classes.
typename Superclass::OutputType OutputType
typename NumericTraits< ValueType >::RealType RealType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename PixelType::ValueType ValueType
static const unsigned long m_Neighbors
constexpr unsigned int Dimension
Linearly interpolate a vector image at specified positions.