#include <itkPDEDeformableRegistrationFunction.h>
Inheritance diagram for itk::PDEDeformableRegistrationFunction:
Public Types | |
typedef PDEDeformableRegistrationFunction | Self |
typedef FiniteDifferenceFunction< TDeformationField > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TMovingImage | MovingImageType |
typedef MovingImageType::ConstPointer | MovingImagePointer |
typedef TFixedImage | FixedImageType |
typedef FixedImageType::ConstPointer | FixedImagePointer |
typedef TDeformationField | DeformationFieldType |
typedef DeformationFieldType::Pointer | DeformationFieldTypePointer |
Public Methods | |
virtual const char * | GetClassName () const |
void | SetMovingImage (const MovingImageType *ptr) |
MovingImageType * | GetMovingImage (void) |
void | SetFixedImage (const FixedImageType *ptr) |
FixedImageType * | GetFixedImage (void) |
Protected Methods | |
PDEDeformableRegistrationFunction () | |
~PDEDeformableRegistrationFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
MovingImagePointer | m_MovingImage |
FixedImagePointer | m_FixedImage |
This class is templated over the fixed image type, moving image type and the deformation field type.
Definition at line 39 of file itkPDEDeformableRegistrationFunction.h.
|
Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 47 of file itkPDEDeformableRegistrationFunction.h. |
|
Deformation field type. Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 62 of file itkPDEDeformableRegistrationFunction.h. |
|
Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 64 of file itkPDEDeformableRegistrationFunction.h. |
|
Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 59 of file itkPDEDeformableRegistrationFunction.h. |
|
FixedImage image type. Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 58 of file itkPDEDeformableRegistrationFunction.h. |
|
Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 55 of file itkPDEDeformableRegistrationFunction.h. |
|
MovingImage image type. Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 54 of file itkPDEDeformableRegistrationFunction.h. |
|
Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 46 of file itkPDEDeformableRegistrationFunction.h. |
|
Standard class typedefs. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 44 of file itkPDEDeformableRegistrationFunction.h. |
|
Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 45 of file itkPDEDeformableRegistrationFunction.h. |
|
Definition at line 83 of file itkPDEDeformableRegistrationFunction.h. |
|
Definition at line 89 of file itkPDEDeformableRegistrationFunction.h. |
|
Run-time type information (and related methods) Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. |
|
Get the fixed image. Definition at line 79 of file itkPDEDeformableRegistrationFunction.h. |
|
Get the moving image. Definition at line 71 of file itkPDEDeformableRegistrationFunction.h. |
|
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::FiniteDifferenceFunction< TDeformationField >. Reimplemented in itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 91 of file itkPDEDeformableRegistrationFunction.h. References HardConnectedComponentImageFilter::PrintSelf(). |
|
Set the fixed image. Definition at line 75 of file itkPDEDeformableRegistrationFunction.h. |
|
Set the moving image. Definition at line 67 of file itkPDEDeformableRegistrationFunction.h. |
|
The fixed image. Definition at line 105 of file itkPDEDeformableRegistrationFunction.h. |
|
The moving image. Definition at line 102 of file itkPDEDeformableRegistrationFunction.h. |