18 #ifndef itkExtrapolateImageFunction_h
19 #define itkExtrapolateImageFunction_h
42 template<
typename TInputImage,
typename TCoordRep =
float >
45 typename NumericTraits< typename TInputImage::PixelType >::RealType, TCoordRep >
91 this->
GetInputImage()->TransformPhysicalPointToContinuousIndex(point, index);
109 const IndexType & index)
const override = 0;
Light weight base class for most itk classes.
ContinuousIndex< TCoordRep, Self::ImageDimension > ContinuousIndexType
Define numeric traits for std::vector.
static constexpr unsigned int ImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
const InputImageType * GetInputImage() const
TInputImage InputImageType
Point< TCoordRep, Self::ImageDimension > PointType
typename InputImageType::IndexType IndexType
Control indentation during Print() invocation.
Evaluates a function of an image at specified position.