ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkTransformFactoryBase.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef TransformFactoryBase | Self |
typedef ObjectFactoryBase | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetDescription (void) const |
virtual const char * | GetITKSourceVersion (void) const |
virtual const char * | GetNameOfClass () const |
void | RegisterTransform (const char *classOverride, const char *overrideClassName, const char *description, bool enableFlag, CreateObjectFunctionBase *createFunction) |
Static Public Member Functions | |
static Pointer | New (void) |
static void | RegisterDefaultTransforms () |
static TransformFactoryBase * | GetFactory () |
Protected Member Functions | |
TransformFactoryBase () | |
virtual | ~TransformFactoryBase () |
Private Member Functions | |
void | operator= (const Self &) |
TransformFactoryBase (const Self &) | |
Static Private Attributes | |
static TransformFactoryBase * | m_Factory |
Create instances of Transforms.
Definition at line 40 of file itkTransformFactoryBase.h.
typedef SmartPointer< const Self > itk::TransformFactoryBase::ConstPointer |
Reimplemented from itk::ObjectFactoryBase.
Definition at line 47 of file itkTransformFactoryBase.h.
typedef SmartPointer< Self > itk::TransformFactoryBase::Pointer |
Reimplemented from itk::ObjectFactoryBase.
Definition at line 46 of file itkTransformFactoryBase.h.
Standard class typedefs.
Reimplemented from itk::ObjectFactoryBase.
Definition at line 44 of file itkTransformFactoryBase.h.
Reimplemented from itk::ObjectFactoryBase.
Definition at line 45 of file itkTransformFactoryBase.h.
itk::TransformFactoryBase::TransformFactoryBase | ( | ) | [protected] |
virtual itk::TransformFactoryBase::~TransformFactoryBase | ( | ) | [protected, virtual] |
itk::TransformFactoryBase::TransformFactoryBase | ( | const Self & | ) | [private] |
virtual ::itk::LightObject::Pointer itk::TransformFactoryBase::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::Object.
virtual const char* itk::TransformFactoryBase::GetDescription | ( | void | ) | const [virtual] |
Return a descriptive string describing the factory.
Implements itk::ObjectFactoryBase.
static TransformFactoryBase* itk::TransformFactoryBase::GetFactory | ( | ) | [inline, static] |
Register this transform
Definition at line 64 of file itkTransformFactoryBase.h.
References itk::SmartPointer< TObjectType >::GetPointer(), and itk::ObjectFactoryBase::RegisterFactory().
Referenced by itk::TransformFactory< T >::RegisterTransform().
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.
static Pointer itk::TransformFactoryBase::New | ( | void | ) | [static] |
Method for class instantiation.
Reimplemented from itk::Object.
Referenced by itk::TransformFactory< T >::RegisterTransform().
void itk::TransformFactoryBase::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::ObjectFactoryBase.
static 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 78 of file itkTransformFactoryBase.h.
TransformFactoryBase* itk::TransformFactoryBase::m_Factory [static, private] |
Definition at line 94 of file itkTransformFactoryBase.h.