ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkTransformFactory.h>
Create instances of Transforms.
Definition at line 41 of file itkTransformFactory.h.
Static Public Member Functions | |
static void | RegisterTransform () |
Static Public Member Functions inherited from itk::TransformFactoryBase | |
static Pointer | New (void) |
static void | RegisterDefaultTransforms () |
static TransformFactoryBase * | GetFactory () |
Static Public Member Functions inherited from itk::ObjectFactoryBase | |
static std::list < LightObject::Pointer > | CreateAllInstance (const char *itkclassname) |
static LightObject::Pointer | CreateInstance (const char *itkclassname) |
static std::list < ObjectFactoryBase * > | GetRegisteredFactories () |
static void | RegisterFactoryInternal (ObjectFactoryBase *) |
static void | ReHash () |
static void | UnRegisterAllFactories () |
static void | UnRegisterFactory (ObjectFactoryBase *) |
static void | RegisterFactory (ObjectFactoryBase *, InsertionPositionType where=INSERT_AT_BACK, vcl_size_t position=0) |
static void | SetStrictVersionChecking (bool) |
static void | StrictVersionCheckingOn () |
static void | StrictVersionCheckingOff () |
static bool | GetStrictVersionChecking () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
Public Types inherited from itk::TransformFactoryBase | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef TransformFactoryBase | Self |
typedef ObjectFactoryBase | Superclass |
Public Member Functions inherited from itk::TransformFactoryBase | |
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) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Member Functions inherited from itk::TransformFactoryBase | |
TransformFactoryBase () | |
virtual | ~TransformFactoryBase () |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
|
inlinestatic |
Definition at line 44 of file itkTransformFactory.h.
References itk::TransformFactoryBase::GetFactory(), and itk::CreateObjectFunction< T >::New().