#include <itkVectorLinearInterpolateImageFunction.h>
Inheritance diagram for itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >:
VectorLinearInterpolateImageFunction linearly interpolates a vector image intensity non-integer pixel position. This class is templated over the input image type and the coordinate representation type.
This function works for N-dimensional images.
Definition at line 42 of file itkVectorLinearInterpolateImageFunction.h.
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 51 of file itkVectorLinearInterpolateImageFunction.h. |
|
ContinuousIndex typedef support. Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 77 of file itkVectorLinearInterpolateImageFunction.h. |
|
Index typedef support. Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 74 of file itkVectorLinearInterpolateImageFunction.h. |
|
InputImageType typedef support. Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 61 of file itkVectorLinearInterpolateImageFunction.h. |
|
Output type is Vector<double,Dimension> Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 80 of file itkVectorLinearInterpolateImageFunction.h. |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 62 of file itkVectorLinearInterpolateImageFunction.h. |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 50 of file itkVectorLinearInterpolateImageFunction.h. |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 64 of file itkVectorLinearInterpolateImageFunction.h. |
|
Standard class typedefs. Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 48 of file itkVectorLinearInterpolateImageFunction.h. Referenced by itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::~VectorLinearInterpolateImageFunction(). |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 49 of file itkVectorLinearInterpolateImageFunction.h. |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 63 of file itkVectorLinearInterpolateImageFunction.h. |
|
|
|
Definition at line 95 of file itkVectorLinearInterpolateImageFunction.h. References itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::Self. |
|
Evaluate the function at a ContinuousIndex position Returns the linearly 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. Implements itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
|
|
Run-time type information (and related methods). Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
|
|
Dimension underlying input image. |
|
Grab the vector dimension from the superclass. |
|
Method for creation through the object factory. |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
|