#include <itkDemonsRegistrationFunction.h>
Inheritance diagram for itk::DemonsRegistrationFunction:
Public Types | |
typedef DemonsRegistrationFunction | Self |
typedef PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::MovingImageType | MovingImageType |
typedef Superclass::MovingImagePointer | MovingImagePointer |
typedef Superclass::FixedImageType | FixedImageType |
typedef Superclass::FixedImagePointer | FixedImagePointer |
typedef FixedImageType::IndexType | IndexType |
typedef FixedImageType::SizeType | SizeType |
typedef Superclass::DeformationFieldType | DeformationFieldType |
typedef Superclass::DeformationFieldTypePointer | DeformationFieldTypePointer |
typedef Superclass::PixelType | PixelType |
typedef Superclass::RadiusType | RadiusType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef Superclass::BoundaryNeighborhoodType | BoundaryNeighborhoodType |
typedef Superclass::FloatOffsetType | FloatOffsetType |
typedef Superclass::TimeStepType | TimeStepType |
typedef double | CoordRepType |
typedef InterpolateImageFunction< MovingImageType, CoordRepType > | InterpolatorType |
typedef InterpolatorType::Pointer | InterpolatorPointer |
typedef InterpolatorType::PointType | PointType |
typedef LinearInterpolateImageFunction< MovingImageType, CoordRepType > | DefaultInterpolatorType |
typedef CovariantVector< double, itkGetStaticConstMacro(ImageDimension) | CovariantVectorType ) |
typedef CentralDifferenceImageFunction< FixedImageType > | GradientCalculatorType |
typedef GradientCalculatorType::Pointer | GradientCalculatorPointer |
Public Methods | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
void | SetMovingImageInterpolator (InterpolatorType *ptr) |
InterpolatorType * | GetMovingImageInterpolator (void) |
virtual TimeStepType | ComputeGlobalTimeStep (void *GlobalData) const |
virtual void | ReleaseGlobalDataPointer (void *GlobalData) const |
virtual void | InitializeIteration () |
virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=m_ZeroOffset) const |
virtual PixelType | ComputeUpdate (const BoundaryNeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=m_ZeroOffset) const |
virtual void * | GetGlobalDataPointer () const |
Static Public Methods | |
Pointer | New () |
Protected Types | |
typedef ConstNeighborhoodIterator< FixedImageType > | FixedImageNeighborhoodIteratorType |
Protected Methods | |
DemonsRegistrationFunction () | |
~DemonsRegistrationFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Non-integer moving image values are obtained by using interpolation. The default interpolator is of type LinearInterpolateImageFunction. The user may set other interpolators via method SetMovingImageInterpolator. Note that the input interpolator must derive from baseclass InterpolateImageFunction.
This class is templated over the fixed image type, moving image type, and the deformation field type.
Definition at line 53 of file itkDemonsRegistrationFunction.h.
|
Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 96 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 64 of file itkDemonsRegistrationFunction.h. |
|
Interpolator type. Definition at line 101 of file itkDemonsRegistrationFunction.h. |
|
Covariant vector type. Definition at line 109 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 106 of file itkDemonsRegistrationFunction.h. |
|
Deformation field type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 84 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 86 of file itkDemonsRegistrationFunction.h. |
|
FixedImage image neighborhood iterator type. Definition at line 161 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 79 of file itkDemonsRegistrationFunction.h. |
|
FixedImage image type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 78 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 97 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 113 of file itkDemonsRegistrationFunction.h. |
|
Gradient calculator type. Definition at line 112 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 80 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 103 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 102 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 75 of file itkDemonsRegistrationFunction.h. |
|
MovingImage image type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 74 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 94 of file itkDemonsRegistrationFunction.h. |
|
Inherit some enums from the superclass. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 92 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 63 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 104 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 93 of file itkDemonsRegistrationFunction.h. |
|
Standard class typedefs. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 60 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 81 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 62 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 98 of file itkDemonsRegistrationFunction.h. |
|
|
|
Definition at line 157 of file itkDemonsRegistrationFunction.h. |
|
This class uses a constant timestep of 1. Implements itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 124 of file itkDemonsRegistrationFunction.h. |
|
This method is called by a finite difference solver image filter at each pixel that lies on the data set boundary. Implements itk::FiniteDifferenceFunction< TDeformationField >. |
|
This method is called by a finite difference solver image filter at each pixel that does not lie on a data set boundary Implements itk::FiniteDifferenceFunction< TDeformationField >. |
|
Run-time type information (and related methods). Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. |
|
Return a pointer to a global data structure that is passed to this object from the solver at each calculation. Implements itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 129 of file itkDemonsRegistrationFunction.h. |
|
Get the moving image interpolator. Definition at line 120 of file itkDemonsRegistrationFunction.h. |
|
Set the object's state before each iteration. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. |
|
Inherit some enums from the superclass. |
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |
|
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::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. |
|
Release memory for global data structure. Implements itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 137 of file itkDemonsRegistrationFunction.h. |
|
Set the moving image interpolator. Definition at line 116 of file itkDemonsRegistrationFunction.h. |