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
itk::InitialImageToImageRegistrationMethod< TImage > Class Template Reference

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

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef std::vector
< LandmarkPointType
LandmarkPointContainer
typedef Point< double,
itkGetStaticConstMacro(ImageDimension)> 
LandmarkPointType
typedef SmartPointer< SelfPointer
typedef
InitialImageToImageRegistrationMethod 
Self
typedef
ImageToImageRegistrationMethod
< TImage > 
Superclass
typedef TransformType::Pointer TransformPointer
typedef AffineTransform
< double,
itkGetStaticConstMacro(ImageDimension)> 
TransformType

Public Member Functions

TransformPointer GetAffineTransform (void) const
const TransformTypeGetTypedTransform (void) const
TransformTypeGetTypedTransform (void)
 itkGetConstMacro (NumberOfMoments, unsigned int)
 itkGetConstMacro (ComputeCenterOfRotationOnly, bool)
 itkGetConstMacro (UseLandmarks, bool)
 itkNewMacro (Self)
 itkSetMacro (ComputeCenterOfRotationOnly, bool)
 itkSetMacro (UseLandmarks, bool)
 itkSetMacro (NumberOfMoments, unsigned int)
 itkStaticConstMacro (ImageDimension, unsigned int, TImage::ImageDimension)
 itkTypeMacro (InitialImageToImageRegistrationMethod, ImageToImageRegistrationMethod)
void SetFixedLandmarks (const LandmarkPointContainer &fixedLandmarks)
void SetMovingLandmarks (const LandmarkPointContainer &movingLandmarks)

Protected Member Functions

void GenerateData ()
 InitialImageToImageRegistrationMethod (void)
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~InitialImageToImageRegistrationMethod (void)

Detailed Description

template<class TImage>
class itk::InitialImageToImageRegistrationMethod< TImage >

Definition at line 35 of file itkInitialImageToImageRegistrationMethod.h.


Member Typedef Documentation

template<class TImage >
typedef SmartPointer<const Self> itk::InitialImageToImageRegistrationMethod< TImage >::ConstPointer
template<class TImage >
typedef std::vector<LandmarkPointType> itk::InitialImageToImageRegistrationMethod< TImage >::LandmarkPointContainer

Definition at line 67 of file itkInitialImageToImageRegistrationMethod.h.

template<class TImage >
typedef Point<double, itkGetStaticConstMacro(ImageDimension)> itk::InitialImageToImageRegistrationMethod< TImage >::LandmarkPointType

Definition at line 66 of file itkInitialImageToImageRegistrationMethod.h.

template<class TImage >
typedef SmartPointer<Self> itk::InitialImageToImageRegistrationMethod< TImage >::Pointer
template<class TImage >
typedef ImageToImageRegistrationMethod<TImage> itk::InitialImageToImageRegistrationMethod< TImage >::Superclass
template<class TImage >
typedef TransformType::Pointer itk::InitialImageToImageRegistrationMethod< TImage >::TransformPointer

Definition at line 60 of file itkInitialImageToImageRegistrationMethod.h.

template<class TImage >
typedef AffineTransform<double, itkGetStaticConstMacro( ImageDimension )> itk::InitialImageToImageRegistrationMethod< TImage >::TransformType

Constructor & Destructor Documentation

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

Member Function Documentation

template<class TImage >
void itk::InitialImageToImageRegistrationMethod< TImage >::GenerateData ( ) [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 from itk::ImageToImageRegistrationMethod< TImage >.

template<class TImage >
TransformPointer itk::InitialImageToImageRegistrationMethod< TImage >::GetAffineTransform ( void  ) const

This method creates, initializes and returns an Affine transform. The transform is initialized with the current results available in the GetTypedTransform() method. The returned transform is not a member variable, and therefore, must be received into a SmartPointer to prevent it from being destroyed by depletion of its reference counting.

template<class TImage >
const TransformType* itk::InitialImageToImageRegistrationMethod< TImage >::GetTypedTransform ( void  ) const
template<class TImage >
TransformType* itk::InitialImageToImageRegistrationMethod< TImage >::GetTypedTransform ( void  )

The function performs the casting. This function should only appear once in the class hierarchy. It is provided so that member functions that exist only in specific transforms (e.g., SetIdentity) can be called without the caller having to do the casting.

template<class TImage >
itk::InitialImageToImageRegistrationMethod< TImage >::itkGetConstMacro ( NumberOfMoments  ,
unsigned  int 
)
template<class TImage >
itk::InitialImageToImageRegistrationMethod< TImage >::itkGetConstMacro ( ComputeCenterOfRotationOnly  ,
bool   
)
template<class TImage >
itk::InitialImageToImageRegistrationMethod< TImage >::itkGetConstMacro ( UseLandmarks  ,
bool   
)
template<class TImage >
itk::InitialImageToImageRegistrationMethod< TImage >::itkNewMacro ( Self  )
template<class TImage >
itk::InitialImageToImageRegistrationMethod< TImage >::itkSetMacro ( ComputeCenterOfRotationOnly  ,
bool   
)
template<class TImage >
itk::InitialImageToImageRegistrationMethod< TImage >::itkSetMacro ( UseLandmarks  ,
bool   
)
template<class TImage >
itk::InitialImageToImageRegistrationMethod< TImage >::itkSetMacro ( NumberOfMoments  ,
unsigned  int 
)
template<class TImage >
itk::InitialImageToImageRegistrationMethod< TImage >::itkStaticConstMacro ( ImageDimension  ,
unsigned  int,
TImage::ImageDimension   
)
template<class TImage >
itk::InitialImageToImageRegistrationMethod< TImage >::itkTypeMacro ( InitialImageToImageRegistrationMethod< TImage >  ,
ImageToImageRegistrationMethod   
)
template<class TImage >
void itk::InitialImageToImageRegistrationMethod< TImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected]
template<class TImage >
void itk::InitialImageToImageRegistrationMethod< TImage >::SetFixedLandmarks ( const LandmarkPointContainer fixedLandmarks)
template<class TImage >
void itk::InitialImageToImageRegistrationMethod< TImage >::SetMovingLandmarks ( const LandmarkPointContainer movingLandmarks)

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