ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMFactoryBase.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef FEMFactoryBase | 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 | RegisterType (const char *classOverride, const char *overrideClassName, const char *description, bool enableFlag, CreateObjectFunctionBase *createFunction) |
Static Public Member Functions | |
static Pointer | New (void) |
static void | RegisterDefaultTypes () |
static FEMFactoryBase * | GetFactory () |
Protected Member Functions | |
FEMFactoryBase () | |
virtual | ~FEMFactoryBase () |
Private Member Functions | |
FEMFactoryBase (const Self &) | |
void | operator= (const Self &) |
Static Private Attributes | |
static SimpleFastMutexLock | m_CreationLock |
static FEMFactoryBase * | m_Factory |
Create instances of FEM Objects. This includes Elements, Loads, and Materials.
Definition at line 41 of file itkFEMFactoryBase.h.
typedef SmartPointer<const Self> itk::FEMFactoryBase::ConstPointer |
Reimplemented from itk::ObjectFactoryBase.
Definition at line 48 of file itkFEMFactoryBase.h.
typedef SmartPointer<Self> itk::FEMFactoryBase::Pointer |
Reimplemented from itk::ObjectFactoryBase.
Definition at line 47 of file itkFEMFactoryBase.h.
Standard class typedefs.
Reimplemented from itk::ObjectFactoryBase.
Definition at line 45 of file itkFEMFactoryBase.h.
Reimplemented from itk::ObjectFactoryBase.
Definition at line 46 of file itkFEMFactoryBase.h.
itk::FEMFactoryBase::FEMFactoryBase | ( | ) | [protected] |
virtual itk::FEMFactoryBase::~FEMFactoryBase | ( | ) | [protected, virtual] |
itk::FEMFactoryBase::FEMFactoryBase | ( | const Self & | ) | [private] |
virtual ::itk::LightObject::Pointer itk::FEMFactoryBase::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::FEMFactoryBase::GetDescription | ( | void | ) | const [virtual] |
Return a descriptive string describing the factory.
Implements itk::ObjectFactoryBase.
static FEMFactoryBase* itk::FEMFactoryBase::GetFactory | ( | ) | [inline, static] |
Register this transform
Definition at line 65 of file itkFEMFactoryBase.h.
References itk::SmartPointer< TObjectType >::GetPointer(), itk::SmartPointer< TObjectType >::IsNull(), New(), and itk::ObjectFactoryBase::RegisterFactory().
Referenced by itk::FEMFactory< T >::RegisterType().
virtual const char* itk::FEMFactoryBase::GetITKSourceVersion | ( | void | ) | const [virtual] |
Class methods used to interface with the registered factories.
Implements itk::ObjectFactoryBase.
virtual const char* itk::FEMFactoryBase::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ObjectFactoryBase.
static Pointer itk::FEMFactoryBase::New | ( | void | ) | [static] |
Method for class instantiation.
Reimplemented from itk::Object.
Referenced by GetFactory(), and itk::FEMFactory< T >::RegisterType().
void itk::FEMFactoryBase::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::ObjectFactoryBase.
static void itk::FEMFactoryBase::RegisterDefaultTypes | ( | ) | [static] |
Register all builtin transforms
void itk::FEMFactoryBase::RegisterType | ( | const char * | classOverride, |
const char * | overrideClassName, | ||
const char * | description, | ||
bool | enableFlag, | ||
CreateObjectFunctionBase * | createFunction | ||
) | [inline] |
Definition at line 95 of file itkFEMFactoryBase.h.
SimpleFastMutexLock itk::FEMFactoryBase::m_CreationLock [static, private] |
Definition at line 111 of file itkFEMFactoryBase.h.
FEMFactoryBase* itk::FEMFactoryBase::m_Factory [static, private] |
Definition at line 112 of file itkFEMFactoryBase.h.