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);
Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > PointType
static const unsigned int ImageDimension
const InputImageType * GetInputImage() const
InputImageType::IndexType IndexType
TInputImage InputImageType
ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension) > ContinuousIndexType
void PrintSelf(std::ostream &os, Indent indent) const
Control indentation during Print() invocation.
Evaluates a function of an image at specified position.