Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::RegistrationMethod< TTraits > Class Template Reference
[Registration FiltersDeprecated classes that are scheduled to be removed from the Toolkit]

Base class for Registration Methods. More...

#include <itkRegistrationMethod.h>

Inheritance diagram for itk::RegistrationMethod:

Inheritance graph
[legend]
Collaboration diagram for itk::RegistrationMethod< TTraits >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef RegistrationMethod Self
typedef ProcessObject Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TTraits::TargetType TargetType
typedef TargetType::ConstPointer TargetConstPointer
typedef TTraits::MetricType MetricType
typedef TTraits::MapperType MapperType
typedef TTraits::TransformationType TransformationType
typedef TTraits::ReferenceType ReferenceType
typedef ReferenceType::ConstPointer ReferenceConstPointer
typedef TTraits::OptimizerType OptimizerType
typedef TTraits::ParametersType ParametersType

Public Methods

virtual const char * GetClassName () const
void StartRegistration (void)
void SetTarget (const TargetType *Target)
void SetReference (const ReferenceType *Reference)
virtual void SetOptimizer (OptimizerType *_arg)
virtual void SetMetric (MetricType *_arg)
const ReferenceTypeGetReference (void)
const TargetTypeGetTarget (void)
virtual OptimizerTypeGetOptimizer ()
virtual MetricTypeGetMetric ()

Static Public Methods

Pointer New ()

Protected Methods

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

Detailed Description

template<class TTraits>
class itk::RegistrationMethod< TTraits >

Base class for Registration Methods.

This Class define the generic interface for a registration method. The basic elements of a registration method are defined in a Traits class

Deprecated:
This class has been replaced by the less templated ImageRegistrationMethod class

Definition at line 35 of file itkRegistrationMethod.h.


Member Typedef Documentation

template<class TTraits>
typedef SmartPointer<const Self> itk::RegistrationMethod< TTraits >::ConstPointer
 

Reimplemented from itk::ProcessObject.

Definition at line 42 of file itkRegistrationMethod.h.

template<class TTraits>
typedef TTraits::MapperType itk::RegistrationMethod< TTraits >::MapperType
 

Type of the mapper.

Definition at line 58 of file itkRegistrationMethod.h.

template<class TTraits>
typedef TTraits::MetricType itk::RegistrationMethod< TTraits >::MetricType
 

Type of the metric.

Definition at line 55 of file itkRegistrationMethod.h.

template<class TTraits>
typedef TTraits::OptimizerType itk::RegistrationMethod< TTraits >::OptimizerType
 

Type of the optimizer.

Definition at line 68 of file itkRegistrationMethod.h.

template<class TTraits>
typedef TTraits::ParametersType itk::RegistrationMethod< TTraits >::ParametersType
 

Type of the Transformation parameters This is the same type used to represent the search space of the optimization algorithm

Definition at line 72 of file itkRegistrationMethod.h.

template<class TTraits>
typedef SmartPointer<Self> itk::RegistrationMethod< TTraits >::Pointer
 

Reimplemented from itk::ProcessObject.

Definition at line 41 of file itkRegistrationMethod.h.

template<class TTraits>
typedef ReferenceType::ConstPointer itk::RegistrationMethod< TTraits >::ReferenceConstPointer
 

Definition at line 65 of file itkRegistrationMethod.h.

template<class TTraits>
typedef TTraits::ReferenceType itk::RegistrationMethod< TTraits >::ReferenceType
 

Type of the reference.

Definition at line 64 of file itkRegistrationMethod.h.

template<class TTraits>
typedef RegistrationMethod itk::RegistrationMethod< TTraits >::Self
 

Standard class typedefs.

Reimplemented from itk::ProcessObject.

Definition at line 39 of file itkRegistrationMethod.h.

template<class TTraits>
typedef ProcessObject itk::RegistrationMethod< TTraits >::Superclass
 

Reimplemented from itk::ProcessObject.

Definition at line 40 of file itkRegistrationMethod.h.

template<class TTraits>
typedef TargetType::ConstPointer itk::RegistrationMethod< TTraits >::TargetConstPointer
 

Definition at line 52 of file itkRegistrationMethod.h.

template<class TTraits>
typedef TTraits::TargetType itk::RegistrationMethod< TTraits >::TargetType
 

Type of the target.

Definition at line 51 of file itkRegistrationMethod.h.

template<class TTraits>
typedef TTraits::TransformationType itk::RegistrationMethod< TTraits >::TransformationType
 

Type of the transformation.

Definition at line 61 of file itkRegistrationMethod.h.


Constructor & Destructor Documentation

template<class TTraits>
itk::RegistrationMethod< TTraits >::RegistrationMethod   [protected]
 

template<class TTraits>
virtual itk::RegistrationMethod< TTraits >::~RegistrationMethod   [protected, virtual]
 


Member Function Documentation

template<class TTraits>
virtual const char* itk::RegistrationMethod< TTraits >::GetClassName   const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

template<class TTraits>
virtual MetricType* itk::RegistrationMethod< TTraits >::GetMetric   [virtual]
 

Get the metric.

template<class TTraits>
virtual OptimizerType* itk::RegistrationMethod< TTraits >::GetOptimizer   [virtual]
 

Get the optimizer.

template<class TTraits>
const ReferenceType* itk::RegistrationMethod< TTraits >::GetReference void   
 

Get the reference.

template<class TTraits>
const TargetType* itk::RegistrationMethod< TTraits >::GetTarget void   
 

Get the target.

template<class TTraits>
Pointer itk::RegistrationMethod< TTraits >::New   [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TTraits>
void itk::RegistrationMethod< TTraits >::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::ProcessObject.

template<class TTraits>
virtual void itk::RegistrationMethod< TTraits >::SetMetric MetricType   _arg [virtual]
 

Set the metric.

template<class TTraits>
virtual void itk::RegistrationMethod< TTraits >::SetOptimizer OptimizerType   _arg [virtual]
 

Set the optimizer.

template<class TTraits>
void itk::RegistrationMethod< TTraits >::SetReference const ReferenceType   Reference
 

Set the reference.

template<class TTraits>
void itk::RegistrationMethod< TTraits >::SetTarget const TargetType   Target
 

Set the target.

template<class TTraits>
void itk::RegistrationMethod< TTraits >::StartRegistration void   
 

Method that initiates the registration.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:48:00 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000