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

itk::TransformFactoryBase Class Reference

Create instances of Transforms. More...

#include <itkTransformFactoryBase.h>

Inheritance diagram for itk::TransformFactoryBase:

Inheritance graph
[legend]
Collaboration diagram for itk::TransformFactoryBase:

Collaboration graph
[legend]
List of all members.

Public Types

typedef TransformFactoryBase Self
typedef ObjectFactoryBase Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetNameOfClass () const
 itkFactorylessNewMacro (Self)
void RegisterTransform (const char *classOverride, const char *overrideClassName, const char *description, bool enableFlag, CreateObjectFunctionBase *createFunction)
virtual const char * GetITKSourceVersion (void) const
virtual const char * GetDescription (void) const

Static Public Member Functions

void RegisterDefaultTransforms ()
TransformFactoryBaseGetFactory ()

Protected Member Functions

 TransformFactoryBase ()
virtual ~TransformFactoryBase ()

Detailed Description

Create instances of Transforms.

Definition at line 31 of file itkTransformFactoryBase.h.


Member Typedef Documentation

typedef SmartPointer< const Self > itk::TransformFactoryBase::ConstPointer
 

Reimplemented from itk::ObjectFactoryBase.

Definition at line 38 of file itkTransformFactoryBase.h.

typedef SmartPointer< Self > itk::TransformFactoryBase::Pointer
 

Reimplemented from itk::ObjectFactoryBase.

Definition at line 37 of file itkTransformFactoryBase.h.

Referenced by GetFactory(), and itk::TransformFactory< T >::RegisterTransform().

typedef TransformFactoryBase itk::TransformFactoryBase::Self
 

Standard class typedefs.

Reimplemented from itk::ObjectFactoryBase.

Definition at line 35 of file itkTransformFactoryBase.h.

typedef ObjectFactoryBase itk::TransformFactoryBase::Superclass
 

Reimplemented from itk::ObjectFactoryBase.

Definition at line 36 of file itkTransformFactoryBase.h.


Constructor & Destructor Documentation

itk::TransformFactoryBase::TransformFactoryBase  )  [protected]
 

virtual itk::TransformFactoryBase::~TransformFactoryBase  )  [protected, virtual]
 


Member Function Documentation

virtual const char* itk::TransformFactoryBase::GetDescription void   )  const [virtual]
 

Class methods used to interface with the registered factories.

Implements itk::ObjectFactoryBase.

TransformFactoryBase* itk::TransformFactoryBase::GetFactory  )  [inline, static]
 

Register this transform

Definition at line 55 of file itkTransformFactoryBase.h.

References itk::SmartPointer< Self >::GetPointer(), and Pointer.

virtual const char* itk::TransformFactoryBase::GetITKSourceVersion void   )  const [virtual]
 

Class methods used to interface with the registered factories.

Implements itk::ObjectFactoryBase.

virtual const char* itk::TransformFactoryBase::GetNameOfClass  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ObjectFactoryBase.

itk::TransformFactoryBase::itkFactorylessNewMacro Self   ) 
 

Method for class instantiation.

void itk::TransformFactoryBase::RegisterDefaultTransforms  )  [static]
 

Register all builtin transforms

void itk::TransformFactoryBase::RegisterTransform const char *  classOverride,
const char *  overrideClassName,
const char *  description,
bool  enableFlag,
CreateObjectFunctionBase createFunction
[inline]
 

Definition at line 69 of file itkTransformFactoryBase.h.


The documentation for this class was generated from the following file:
Generated at Thu May 25 02:31:06 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000