#include <itkExtrapolateImageFunction.h>
Inheritance diagram for itk::ExtrapolateImageFunction< TInputImage, TCoordRep >:
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 41 of file itkExtrapolateImageFunction.h.
|
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >. Definition at line 50 of file itkExtrapolateImageFunction.h. |
|
ContinuousIndex typedef support. Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >. Definition at line 72 of file itkExtrapolateImageFunction.h. Referenced by itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Evaluate(). |
|
Index typedef support. Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >. Definition at line 69 of file itkExtrapolateImageFunction.h. |
|
InputImageType typedef support. Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >. Definition at line 59 of file itkExtrapolateImageFunction.h. |
|
OutputType typedef support. Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >. Definition at line 56 of file itkExtrapolateImageFunction.h. Referenced by itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Evaluate(). |
|
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >. Definition at line 49 of file itkExtrapolateImageFunction.h. |
|
Point typedef support. Definition at line 66 of file itkExtrapolateImageFunction.h. Referenced by itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Evaluate(). |
|
RealType typedef support. Definition at line 75 of file itkExtrapolateImageFunction.h. |
|
Standard class typedefs. Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >. Definition at line 47 of file itkExtrapolateImageFunction.h. |
|
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >. Definition at line 48 of file itkExtrapolateImageFunction.h. |
|
Definition at line 107 of file itkExtrapolateImageFunction.h. |
|
Definition at line 108 of file itkExtrapolateImageFunction.h. |
|
Extrapolate the image at a point position Returns the extrapolated image intensity at a specified point position. Definition at line 82 of file itkExtrapolateImageFunction.h. References itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType, itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::OutputType, and itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::PointType. |
|
Extrapolate the image at a continuous index position Returns the extrapolated image intensity at a specified point position. Implemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
|
|
Extrapolate the image at an index position. Returns the extrapolated image intensity at a specified point position. Implemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
|
|
Run-time type information (and related methods). Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
|
|
Dimension underlying input image. Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
|
|
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >. Definition at line 109 of file itkExtrapolateImageFunction.h. References HardConnectedComponentImageFilter::PrintSelf(). |