ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkExtrapolateImageFunction.h>
Base class for all image extrapolaters.
ExtrapolateImageFunction is the base for all ImageFunctions that extrapolates image intensity at a non-integer pixel position outside the image buffer. This class is templated over the input image type and the coordinate representation type (e.g. float or double ).
Definition at line 43 of file itkExtrapolateImageFunction.h.
typedef SmartPointer< const Self > itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::ConstPointer |
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 54 of file itkExtrapolateImageFunction.h.
typedef Superclass::ContinuousIndexType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
ContinuousIndex typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 76 of file itkExtrapolateImageFunction.h.
typedef Superclass::IndexType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::IndexType |
Index typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 73 of file itkExtrapolateImageFunction.h.
typedef Superclass::InputImageType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 63 of file itkExtrapolateImageFunction.h.
typedef Superclass::OutputType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::OutputType |
OutputType typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 57 of file itkExtrapolateImageFunction.h.
typedef SmartPointer< Self > itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Pointer |
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 53 of file itkExtrapolateImageFunction.h.
typedef Superclass::PointType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::PointType |
Point typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Definition at line 70 of file itkExtrapolateImageFunction.h.
typedef NumericTraits< typename TInputImage::PixelType >::RealType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::RealType |
RealType typedef support.
Definition at line 79 of file itkExtrapolateImageFunction.h.
typedef ExtrapolateImageFunction itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 49 of file itkExtrapolateImageFunction.h.
typedef ImageFunction< TInputImage, typename NumericTraits< typename TInputImage::PixelType >::RealType, TCoordRep > itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Superclass |
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 52 of file itkExtrapolateImageFunction.h.
itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::ExtrapolateImageFunction | ( | ) | [inline, protected] |
Definition at line 111 of file itkExtrapolateImageFunction.h.
itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::~ExtrapolateImageFunction | ( | ) | [inline, protected] |
Definition at line 112 of file itkExtrapolateImageFunction.h.
itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::ExtrapolateImageFunction | ( | const Self & | ) | [private] |
virtual OutputType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Evaluate | ( | const PointType & | point | ) | const [inline, virtual] |
Extrapolate the image at a point position
Returns the extrapolated image intensity at a specified point position.
Definition at line 86 of file itkExtrapolateImageFunction.h.
virtual OutputType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex | ( | const ContinuousIndexType & | index | ) | const [pure virtual] |
Extrapolate the image at a continuous index position
Returns the extrapolated image intensity at a specified point position.
Implemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
virtual OutputType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::EvaluateAtIndex | ( | const IndexType & | index | ) | const [pure virtual] |
Extrapolate the image at an index position.
Returns the extrapolated image intensity at a specified point position.
Implemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
virtual const char* itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
void itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
void itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [inline, protected, virtual] |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 113 of file itkExtrapolateImageFunction.h.
const unsigned int itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::ImageDimension = Superclass::ImageDimension [static] |
Dimension underlying input image.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 67 of file itkExtrapolateImageFunction.h.