Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
itk::ImageToImageRegistrationMethod< TImage > Class Template Reference

#include <Modules/CLI/ExpertAutomatedRegistration/ITKRegistrationHelper/itkImageToImageRegistrationMethod.h>

Inheritance diagram for itk::ImageToImageRegistrationMethod< TImage >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef DataObject::Pointer DataObjectPointer
typedef
Superclass::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
typedef TImage ImageType
typedef SpatialObject
< itkGetStaticConstMacro(ImageDimension)> 
MaskObjectType
typedef SmartPointer< SelfPointer
typedef TImage::PointType PointType
typedef
ImageToImageRegistrationMethod 
Self
typedef ProcessObject Superclass
typedef DataObjectDecorator
< TransformType
TransformOutputType
typedef Transform< double,
itkGetStaticConstMacro(ImageDimension),
itkGetStaticConstMacro(ImageDimension)> 
TransformType

Public Member Functions

const TransformOutputTypeGetOutput (void) const
 itkBooleanMacro (ReportProgress)
 itkGetConstObjectMacro (MovingImage, ImageType)
 itkGetConstObjectMacro (FixedImageMaskObject, MaskObjectType)
 itkGetConstObjectMacro (FixedImage, ImageType)
 itkGetConstObjectMacro (MovingImageMaskObject, MaskObjectType)
 itkGetMacro (RegionOfInterestPoint1, PointType)
 itkGetMacro (RegionOfInterestPoint2, PointType)
 itkGetMacro (RegistrationNumberOfThreads, unsigned int)
 itkGetMacro (UseFixedImageMaskObject, bool)
 itkGetMacro (UseRegionOfInterest, bool)
 itkGetMacro (UseMovingImageMaskObject, bool)
 itkGetMacro (ReportProgress, bool)
 itkGetObjectMacro (Observer, Command)
 itkNewMacro (Self)
 itkSetMacro (UseMovingImageMaskObject, bool)
 itkSetMacro (RegionOfInterestPoint1, PointType)
 itkSetMacro (RegionOfInterestPoint2, PointType)
 itkSetMacro (UseFixedImageMaskObject, bool)
 itkSetMacro (RegistrationNumberOfThreads, unsigned int)
 itkSetMacro (UseRegionOfInterest, bool)
 itkSetMacro (ReportProgress, bool)
 itkSetObjectMacro (Observer, Command)
 itkStaticConstMacro (ImageDimension, unsigned int, TImage::ImageDimension)
 itkTypeMacro (ImageToImageRegistrationMethod, ProcessObject)
void SetFixedImage (const ImageType *fixedImage)
void SetFixedImageMaskObject (const MaskObjectType *maskObject)
void SetMovingImage (const ImageType *movingImage)
void SetMovingImageMaskObject (const MaskObjectType *maskObject)
void SetRegionOfInterest (const PointType &point1, const PointType &point2)

Protected Member Functions

void GenerateData (void)
unsigned long GetMTime (void) const
 ImageToImageRegistrationMethod (void)
virtual void Initialize (void)
 itkGetConstObjectMacro (Transform, TransformType)
 itkGetObjectMacro (Transform, TransformType)
 itkSetObjectMacro (Transform, TransformType)
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx)
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~ImageToImageRegistrationMethod (void)

Protected Attributes

TransformType::Pointer m_Transform

Detailed Description

template<class TImage>
class itk::ImageToImageRegistrationMethod< TImage >

for the registration methods.

This class has a separate hierarchy from the ImageRegistrationMethod defined in ITK. The purpose of this class is to provide the common functionalities of a registration method in a context that is easy to use from the Registration Helper class that provides an even higher-level, user-friendly interface to a generic image registration problem.

Definition at line 37 of file itkImageToImageRegistrationMethod.h.


Member Typedef Documentation

template<class TImage >
typedef SmartPointer<const Self> itk::ImageToImageRegistrationMethod< TImage >::ConstPointer
template<class TImage >
typedef DataObject::Pointer itk::ImageToImageRegistrationMethod< TImage >::DataObjectPointer

Definition at line 65 of file itkImageToImageRegistrationMethod.h.

template<class TImage >
typedef Superclass::DataObjectPointerArraySizeType itk::ImageToImageRegistrationMethod< TImage >::DataObjectPointerArraySizeType

Definition at line 67 of file itkImageToImageRegistrationMethod.h.

template<class TImage >
typedef TImage itk::ImageToImageRegistrationMethod< TImage >::ImageType
template<class TImage >
typedef SpatialObject<itkGetStaticConstMacro( ImageDimension )> itk::ImageToImageRegistrationMethod< TImage >::MaskObjectType

Definition at line 74 of file itkImageToImageRegistrationMethod.h.

template<class TImage >
typedef SmartPointer<Self> itk::ImageToImageRegistrationMethod< TImage >::Pointer
template<class TImage >
typedef TImage::PointType itk::ImageToImageRegistrationMethod< TImage >::PointType

Definition at line 71 of file itkImageToImageRegistrationMethod.h.

template<class TImage >
typedef ImageToImageRegistrationMethod itk::ImageToImageRegistrationMethod< TImage >::Self
template<class TImage >
typedef ProcessObject itk::ImageToImageRegistrationMethod< TImage >::Superclass
template<class TImage >
typedef DataObjectDecorator<TransformType> itk::ImageToImageRegistrationMethod< TImage >::TransformOutputType

Definition at line 63 of file itkImageToImageRegistrationMethod.h.

template<class TImage >
typedef Transform<double, itkGetStaticConstMacro( ImageDimension ), itkGetStaticConstMacro( ImageDimension )> itk::ImageToImageRegistrationMethod< TImage >::TransformType

Constructor & Destructor Documentation

template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::ImageToImageRegistrationMethod ( void  ) [protected]
template<class TImage >
virtual itk::ImageToImageRegistrationMethod< TImage >::~ImageToImageRegistrationMethod ( void  ) [protected, virtual]

Member Function Documentation

template<class TImage >
void itk::ImageToImageRegistrationMethod< TImage >::GenerateData ( void  ) [protected]

Method that actually computes the registration. This method is intended to be overloaded by derived classes. Those overload, however, must invoke this method in the base class.

Reimplemented in itk::AffineImageToImageRegistrationMethod< TImage >, itk::BSplineImageToImageRegistrationMethod< TImage >, itk::InitialImageToImageRegistrationMethod< TImage >, itk::OptimizedImageToImageRegistrationMethod< TImage >, and itk::RigidImageToImageRegistrationMethod< TImage >.

template<class TImage >
unsigned long itk::ImageToImageRegistrationMethod< TImage >::GetMTime ( void  ) const [protected]
template<class TImage >
const TransformOutputType* itk::ImageToImageRegistrationMethod< TImage >::GetOutput ( void  ) const

Return the output of the registration process, which is a Transform

template<class TImage >
virtual void itk::ImageToImageRegistrationMethod< TImage >::Initialize ( void  ) [protected, virtual]
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkBooleanMacro ( ReportProgress  )
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetConstObjectMacro ( MovingImage  ,
ImageType   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetConstObjectMacro ( Transform  ,
TransformType   
) [protected]
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetConstObjectMacro ( FixedImageMaskObject  ,
MaskObjectType   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetConstObjectMacro ( FixedImage  ,
ImageType   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetConstObjectMacro ( MovingImageMaskObject  ,
MaskObjectType   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetMacro ( RegionOfInterestPoint1  ,
PointType   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetMacro ( RegionOfInterestPoint2  ,
PointType   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetMacro ( RegistrationNumberOfThreads  ,
unsigned  int 
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetMacro ( UseFixedImageMaskObject  ,
bool   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetMacro ( UseRegionOfInterest  ,
bool   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetMacro ( UseMovingImageMaskObject  ,
bool   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetMacro ( ReportProgress  ,
bool   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetObjectMacro ( Transform  ,
TransformType   
) [protected]
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkGetObjectMacro ( Observer  ,
Command   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkNewMacro ( Self  )
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkSetMacro ( ReportProgress  ,
bool   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkSetMacro ( UseFixedImageMaskObject  ,
bool   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkSetMacro ( RegistrationNumberOfThreads  ,
unsigned  int 
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkSetMacro ( UseMovingImageMaskObject  ,
bool   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkSetMacro ( UseRegionOfInterest  ,
bool   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkSetMacro ( RegionOfInterestPoint1  ,
PointType   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkSetMacro ( RegionOfInterestPoint2  ,
PointType   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkSetObjectMacro ( Observer  ,
Command   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkSetObjectMacro ( Transform  ,
TransformType   
) [protected]

Provide derived classes with access to the Transform member variable.

template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkStaticConstMacro ( ImageDimension  ,
unsigned  int,
TImage::ImageDimension   
)
template<class TImage >
itk::ImageToImageRegistrationMethod< TImage >::itkTypeMacro ( ImageToImageRegistrationMethod< TImage >  ,
ProcessObject   
)
template<class TImage >
virtual DataObjectPointer itk::ImageToImageRegistrationMethod< TImage >::MakeOutput ( DataObjectPointerArraySizeType  idx) [protected, virtual]
template<class TImage >
void itk::ImageToImageRegistrationMethod< TImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected]
template<class TImage >
void itk::ImageToImageRegistrationMethod< TImage >::SetFixedImage ( const ImageType fixedImage)
template<class TImage >
void itk::ImageToImageRegistrationMethod< TImage >::SetFixedImageMaskObject ( const MaskObjectType maskObject)
template<class TImage >
void itk::ImageToImageRegistrationMethod< TImage >::SetMovingImage ( const ImageType movingImage)
template<class TImage >
void itk::ImageToImageRegistrationMethod< TImage >::SetMovingImageMaskObject ( const MaskObjectType maskObject)
template<class TImage >
void itk::ImageToImageRegistrationMethod< TImage >::SetRegionOfInterest ( const PointType point1,
const PointType point2 
)

Member Data Documentation

template<class TImage >
TransformType::Pointer itk::ImageToImageRegistrationMethod< TImage >::m_Transform [protected]

Definition at line 149 of file itkImageToImageRegistrationMethod.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines