ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage > Class Template Reference

CenteredVersorTransformInitializer is a helper class intended to initialize the center of rotation, versor, and translation of the VersorRigid3DTransform. More...

#include <itkCenteredVersorTransformInitializer.h>

Inheritance diagram for itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >:
Collaboration diagram for itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::FixedImagePointer 
FixedImagePointer
typedef Superclass::FixedImageType FixedImageType
typedef Superclass::InputPointType InputPointType
typedef
Superclass::MovingImagePointer 
MovingImagePointer
typedef Superclass::MovingImageType MovingImageType
typedef Superclass::OffsetType OffsetType
typedef
Superclass::OutputVectorType 
OutputVectorType
typedef SmartPointer< SelfPointer
typedef
CenteredVersorTransformInitializer 
Self
typedef
CenteredTransformInitializer
< VersorRigid3DTransform
< double >, TFixedImage,
TMovingImage > 
Superclass
typedef
Superclass::TransformPointer 
TransformPointer
typedef Superclass::TransformType TransformType

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
void InitializeTransform ()

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputSpaceDimension = Superclass::InputSpaceDimension
static const unsigned int OutputSpaceDimension = Superclass::OutputSpaceDimension

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const

Private Member Functions

 CenteredVersorTransformInitializer (const Self &)
void operator= (const Self &)

Private Attributes

bool m_ComputeRotation
virtual void SetComputeRotation (bool _arg)
virtual bool GetComputeRotation ()
virtual void ComputeRotationOn ()
virtual void ComputeRotationOff ()
 CenteredVersorTransformInitializer ()
 ~CenteredVersorTransformInitializer ()

Detailed Description

template<class TFixedImage, class TMovingImage>
class itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >

CenteredVersorTransformInitializer is a helper class intended to initialize the center of rotation, versor, and translation of the VersorRigid3DTransform.

This class derived from the CenteredTransformInitializer and uses it in a more constrained context. It always uses the Moments mode, and also takes advantage of the second order moments in order to initialize the Versor representing rotation.

Definition at line 41 of file itkCenteredVersorTransformInitializer.h.


Member Typedef Documentation

template<class TFixedImage , class TMovingImage >
typedef SmartPointer< const Self > itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::ConstPointer
template<class TFixedImage , class TMovingImage >
typedef Superclass::FixedImagePointer itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::FixedImagePointer
template<class TFixedImage , class TMovingImage >
typedef Superclass::FixedImageType itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::FixedImageType

Image Types to use in the initialization of the transform

Reimplemented from itk::CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage >.

Definition at line 74 of file itkCenteredVersorTransformInitializer.h.

template<class TFixedImage , class TMovingImage >
typedef Superclass::InputPointType itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::InputPointType
template<class TFixedImage , class TMovingImage >
typedef Superclass::MovingImagePointer itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::MovingImagePointer
template<class TFixedImage , class TMovingImage >
typedef Superclass::MovingImageType itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::MovingImageType
template<class TFixedImage , class TMovingImage >
typedef Superclass::OffsetType itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::OffsetType
template<class TFixedImage , class TMovingImage >
typedef Superclass::OutputVectorType itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::OutputVectorType
template<class TFixedImage , class TMovingImage >
typedef SmartPointer< Self > itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::Pointer
template<class TFixedImage , class TMovingImage >
typedef CenteredVersorTransformInitializer itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::Self
template<class TFixedImage , class TMovingImage >
typedef CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage > itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::Superclass
template<class TFixedImage , class TMovingImage >
typedef Superclass::TransformPointer itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::TransformPointer
template<class TFixedImage , class TMovingImage >
typedef Superclass::TransformType itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::TransformType

Constructor & Destructor Documentation

template<class TFixedImage , class TMovingImage >
itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::CenteredVersorTransformInitializer ( ) [protected]

Enable the use of the principal axes of each image to compute an initial rotation that will align them.

template<class TFixedImage , class TMovingImage >
itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::~CenteredVersorTransformInitializer ( ) [inline, protected]

Enable the use of the principal axes of each image to compute an initial rotation that will align them.

Definition at line 99 of file itkCenteredVersorTransformInitializer.h.

template<class TFixedImage , class TMovingImage >
itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::CenteredVersorTransformInitializer ( const Self ) [private]

Member Function Documentation

template<class TFixedImage , class TMovingImage >
virtual void itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::ComputeRotationOff ( ) [virtual]

Enable the use of the principal axes of each image to compute an initial rotation that will align them.

template<class TFixedImage , class TMovingImage >
virtual void itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::ComputeRotationOn ( ) [virtual]

Enable the use of the principal axes of each image to compute an initial rotation that will align them.

template<class TFixedImage , class TMovingImage >
virtual::itk::LightObject::Pointer itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage >.

template<class TFixedImage , class TMovingImage >
virtual bool itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::GetComputeRotation ( ) [virtual]

Enable the use of the principal axes of each image to compute an initial rotation that will align them.

template<class TFixedImage , class TMovingImage >
virtual const char* itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage >.

template<class TFixedImage , class TMovingImage >
void itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::InitializeTransform ( ) [virtual]

Initialize the transform using data from the images

Reimplemented from itk::CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage >.

template<class TFixedImage , class TMovingImage >
static Pointer itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::New ( ) [static]

New macro for creation of through a Smart Pointer.

Reimplemented from itk::CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage >.

template<class TFixedImage , class TMovingImage >
void itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage >.

template<class TFixedImage , class TMovingImage >
void itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

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::CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage >.

template<class TFixedImage , class TMovingImage >
virtual void itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::SetComputeRotation ( bool  _arg) [virtual]

Enable the use of the principal axes of each image to compute an initial rotation that will align them.


Member Data Documentation

template<class TFixedImage , class TMovingImage >
const unsigned int itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::InputSpaceDimension = Superclass::InputSpaceDimension [static]
template<class TFixedImage , class TMovingImage >
bool itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::m_ComputeRotation [private]

Definition at line 108 of file itkCenteredVersorTransformInitializer.h.

template<class TFixedImage , class TMovingImage >
const unsigned int itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >::OutputSpaceDimension = Superclass::OutputSpaceDimension [static]

The documentation for this class was generated from the following file: