#include <itkTransformFactoryBase.h>
Inheritance diagram for itk::TransformFactoryBase:
Public Types | |
typedef TransformFactoryBase | Self |
typedef ObjectFactoryBase | Superclass |
typedef SmartPointer< Self > | Pointer |
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 () |
TransformFactoryBase * | GetFactory () |
Protected Member Functions | |
TransformFactoryBase () | |
virtual | ~TransformFactoryBase () |
Definition at line 31 of file itkTransformFactoryBase.h.
|
Reimplemented from itk::ObjectFactoryBase. Definition at line 38 of file itkTransformFactoryBase.h. |
|
Reimplemented from itk::ObjectFactoryBase. Definition at line 37 of file itkTransformFactoryBase.h. Referenced by GetFactory(), and itk::TransformFactory< T >::RegisterTransform(). |
|
Standard class typedefs. Reimplemented from itk::ObjectFactoryBase. Definition at line 35 of file itkTransformFactoryBase.h. |
|
Reimplemented from itk::ObjectFactoryBase. Definition at line 36 of file itkTransformFactoryBase.h. |
|
|
|
|
|
Class methods used to interface with the registered factories. Implements itk::ObjectFactoryBase. |
|
Register this transform Definition at line 55 of file itkTransformFactoryBase.h. References itk::SmartPointer< Self >::GetPointer(), and Pointer. |
|
Class methods used to interface with the registered factories. Implements itk::ObjectFactoryBase. |
|
Run-time type information (and related methods). Reimplemented from itk::ObjectFactoryBase. |
|
Method for class instantiation. |
|
Register all builtin transforms |
|
Definition at line 69 of file itkTransformFactoryBase.h. |