|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction_h
19 #define itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction_h
53 template <
typename TInputImage,
typename TCoordRep =
float>
76 using RealType =
typename Superclass::RealType;
84 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
126 EvaluateAtContinuousIndex(
const ContinuousIndexType & index)
const override;
134 EvaluateAtIndex(
const IndexType & index)
const override;
141 PrintSelf(std::ostream & os,
Indent indent)
const override;
149 #ifndef ITK_MANUAL_INSTANTIATION
150 # include "itkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction.hxx"
typename Superclass::IndexType IndexType
typename Superclass::PointType PointType
ImageBaseType::PointType PointType
Control indentation during Print() invocation.
Base class for all vector image interpolators.
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....
signed long IndexValueType
typename PixelType::ValueType ValueType