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

itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >::FEMRegistrationFilter::FEMOF Class Reference

#include <itkFEMRegistrationFilter.h>

Inheritance diagram for itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >::FEMRegistrationFilter::FEMOF:

Inheritance graph
[legend]
Collaboration diagram for itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >::FEMRegistrationFilter::FEMOF:

Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static FEMLightObject::Pointer Create (int id)
static StrClassName ID2ClassName (int id)
static int ClassName2ID (StrClassName str)
static int Register (COF f, const char *str)

Protected Member Functions

 FEMOF ()
 ~FEMOF ()


Detailed Description

template<class TMovingImage, class TFixedImage>
class itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >::FEMOF

Definition at line 495 of file itkFEMRegistrationFilter.h.


Constructor & Destructor Documentation

template<class TMovingImage , class TFixedImage >
itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >::FEMRegistrationFilter::FEMOF::FEMOF (  )  [protected]

template<class TMovingImage , class TFixedImage >
itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >::FEMRegistrationFilter::FEMOF::~FEMOF (  )  [protected]


Member Function Documentation

static int itk::fem::FEMObjectFactory< FEMLightObject >::ClassName2ID ( StrClassName  str  )  [inline, static, inherited]

Find the ID of the class with specified name (this is a slow function). If you have to create many objects of the same class, obtain the class ID with this function first and then use that ID with the Create member function.

Definition at line 127 of file itkFEMObjectFactory.h.

References itk::fem::FEMObjectFactory< T >::cofs_.

static FEMLightObject ::Pointer itk::fem::FEMObjectFactory< FEMLightObject >::Create ( int  id  )  [inline, static, inherited]

Create a new object based on class identifier id and return a pointer to it.

Definition at line 91 of file itkFEMObjectFactory.h.

static StrClassName itk::fem::FEMObjectFactory< FEMLightObject >::ID2ClassName ( int  id  )  [inline, static, inherited]

Return the name of the class (as a string) for the given ID.

Definition at line 116 of file itkFEMObjectFactory.h.

References itk::fem::FEMObjectFactory< T >::cofs_.

static int itk::fem::FEMObjectFactory< FEMLightObject >::Register ( COF  f,
const char *  str 
) [inline, static, inherited]

Register the class with the factory. A pointer to a 'create' function and class name as a string must be provided. Function returns the newly assigned ID of the class, which can be later used to create objects of that class.

Definition at line 102 of file itkFEMObjectFactory.h.

References itk::fem::FEMObjectFactory< T >::cofs_, itk::SimpleFastMutexLock::Lock(), itk::fem::FEMObjectFactory< T >::m_MutexLock, and itk::SimpleFastMutexLock::Unlock().


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

Generated at Tue Sep 15 15:16:38 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000