#include <itkVectorNearestNeighborInterpolateImageFunction.h>
Inheritance diagram for itk::VectorNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >:
VectorNearestNeighborInterpolateImageFunction interpolates vector image intensity non-integer pixel position using nearest neighbor interpolation. 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 itkVectorNearestNeighborInterpolateImageFunction.h.
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 51 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
ContinuousIndex typedef support. Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 77 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
Index typedef support. Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 74 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
InputImageType typedef support. Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 61 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
Output type is Vector<double,Dimension> Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 80 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 62 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 50 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 64 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
Standard class typedefs. Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 48 of file itkVectorNearestNeighborInterpolateImageFunction.h. Referenced by itk::VectorNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::~VectorNearestNeighborInterpolateImageFunction(). |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 49 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 63 of file itkVectorNearestNeighborInterpolateImageFunction.h. |
|
|
|
Definition at line 95 of file itkVectorNearestNeighborInterpolateImageFunction.h. References itk::VectorNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >::Self. |
|
Evaluate the function at a ContinuousIndex 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. 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::Object. |
|
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::VectorInterpolateImageFunction< TInputImage, TCoordRep >. |