|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkExtrapolateImageFunction_h
19 #define itkExtrapolateImageFunction_h
43 template <
typename TInputImage,
typename TCoordRep =
float>
45 :
public ImageFunction<TInputImage, typename NumericTraits<typename TInputImage::PixelType>::RealType, TCoordRep>
90 this->
GetInputImage()->template TransformPhysicalPointToContinuousIndex<TCoordRep>(
point);
TInputImage InputImageType
typename InputImageType::IndexType IndexType
NumericTraits< TInputImage::PixelType >::RealType OutputType
Point< TCoordRep, Self::ImageDimension > PointType
Evaluates a function of an image at specified position.
Light weight base class for most itk classes.
*par Constraints *The filter requires an 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
static constexpr unsigned int ImageDimension
ContinuousIndex< TCoordRep, Self::ImageDimension > ContinuousIndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A templated class holding a geometric point in n-Dimensional space.
const InputImageType * GetInputImage() const