#include <itkBSplineResampleImageFunction.h>
Inheritance diagram for itk::BSplineResampleImageFunction< TImageType, TCoordRep >:
Public Types | |
typedef BSplineResampleImageFunction | Self |
typedef BSplineInterpolateImageFunction< TImageType, TCoordRep, typename TImageType::PixelType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetInputImage (const TImageType *inputData) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
BSplineResampleImageFunction () | |
virtual | ~BSplineResampleImageFunction () |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class resample the image intensity at a non-integer position from the input BSpline coefficient image.
Spline order may be from 0 to 5.
In ITK, BSpline coefficient can be generated using a BSplineDecompositionImageFilter. Using this image function in conjunction with ResampleImageFunction allows the reconstruction of the original image at different resolution and size.
Definition at line 48 of file itkBSplineResampleImageFunction.h.
|
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >. Definition at line 58 of file itkBSplineResampleImageFunction.h. |
|
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >. Definition at line 57 of file itkBSplineResampleImageFunction.h. |
|
Standard class typedefs. Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >. Definition at line 54 of file itkBSplineResampleImageFunction.h. |
|
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >. Definition at line 56 of file itkBSplineResampleImageFunction.h. |
|
Definition at line 81 of file itkBSplineResampleImageFunction.h. |
|
Definition at line 82 of file itkBSplineResampleImageFunction.h. |
|
Run-time type information (and related methods). Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >. |
|
New macro for creation of through a Smart Pointer Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >. |
|
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::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >. Definition at line 83 of file itkBSplineResampleImageFunction.h. |
|
Set the input image representing the BSplineCoefficients Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >. Definition at line 68 of file itkBSplineResampleImageFunction.h. |