18#ifndef itkExtrapolateImageFunction_h
19#define itkExtrapolateImageFunction_h
43template <
typename TInputImage,
typename TCoordRep =
float>
45 :
public ImageFunction<TInputImage, typename NumericTraits<typename TInputImage::PixelType>::RealType, TCoordRep>
90 this->
GetInputImage()->template TransformPhysicalPointToContinuousIndex<TCoordRep>(
point);
NumericTraits< TInputImage::PixelType >::RealType OutputType
Evaluates a function of an image at specified position.
const InputImageType * GetInputImage() const
TInputImage InputImageType
static constexpr unsigned int ImageDimension
ContinuousIndex< TCoordRep, Self::ImageDimension > ContinuousIndexType
Point< TCoordRep, Self::ImageDimension > PointType
typename InputImageType::IndexType IndexType
Light weight base class for most itk classes.
A templated class holding a geometric point in n-Dimensional space.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
*par Constraints *The filter image with at least two dimensions and a vector *length of at least The theory supports extension to scalar but *the implementation of the itk vector classes do not **The template parameter TRealType must be floating point(float or double) or *a user-defined "real" numerical type with arithmetic operations defined *sufficient to compute derivatives. **\par Performance *This filter will automatically multithread if run with *SetUsePrincipleComponents