#include <itkInterpolateImageFunction.h>
Inheritance diagram for itk::InterpolateImageFunction< TInputImage, TCoordRep >:
InterpolateImageFunction is the base for all ImageFunctions that interpolates image intensity at a non-integer pixel position. This class is templated over the input image type and the coordinate representation type (e.g. float or double ).
Definition at line 42 of file itkInterpolateImageFunction.h.
|
|
|
|
InputImageType typedef support. Reimplemented in itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >, and itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 60 of file itkInterpolateImageFunction.h. |
|
OutputType typedef support. Reimplemented in itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >, and itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 57 of file itkInterpolateImageFunction.h. |
|
|
Point typedef support. Reimplemented in itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >, and itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >. Definition at line 67 of file itkInterpolateImageFunction.h. |
|
RealType typedef support. Reimplemented in itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >, and itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 76 of file itkInterpolateImageFunction.h. |
|
Standard class typedefs. Reimplemented in itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >, and itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 48 of file itkInterpolateImageFunction.h. |
|
|
Definition at line 121 of file itkInterpolateImageFunction.h. |
|
Definition at line 122 of file itkInterpolateImageFunction.h. |
|
Interpolate the image at a point position Returns the interpolated image intensity at a specified point position. No bounds checking is done. The point is assume to lie within the image buffer. ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method. Reimplemented in itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 86 of file itkInterpolateImageFunction.h. |
|
Interpolate the image at a continuous index position Returns the interpolated image intensity at a specified index position. No bounds checking is done. The point is assume to lie within the image buffer. Subclasses must override this method. ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method. Implemented in itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >, and itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >.
|
|
Interpolate the image at an index position. Simply returns the image value at the specified index position. No bounds checking is done. The point is assume to lie within the image buffer. ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method. Definition at line 115 of file itkInterpolateImageFunction.h. |
|
Run-time type information (and related methods). Reimplemented in itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >, and itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >.
|
|
|