18 #ifndef itkExtrapolateImageFunction_h
19 #define itkExtrapolateImageFunction_h
42 template<
typename TInputImage,
typename TCoordRep =
float >
45 typename NumericTraits< typename TInputImage::PixelType >::RealType, TCoordRep >
90 this->
GetInputImage()->TransformPhysicalPointToContinuousIndex(point, index);
108 const IndexType & index)
const ITK_OVERRIDE = 0;
Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > PointType
void PrintSelf(std::ostream &os, Indent indent) const override
static const unsigned int ImageDimension
const InputImageType * GetInputImage() const
InputImageType::IndexType IndexType
TInputImage InputImageType
ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension) > ContinuousIndexType
Control indentation during Print() invocation.
Evaluates a function of an image at specified position.