ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkCreateObjectFunction.h>
Used to create callback functions that create ITK Objects for use with the itk::ObjectFactory.
Definition at line 61 of file itkCreateObjectFunction.h.
Public Types | |
typedef SmartPointer< Self > | Pointer |
typedef CreateObjectFunction | Self |
Public Types inherited from itk::CreateObjectFunctionBase | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef CreateObjectFunctionBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Protected Member Functions | |
CreateObjectFunction () | |
~CreateObjectFunction () | |
Protected Member Functions inherited from itk::CreateObjectFunctionBase | |
CreateObjectFunctionBase () | |
~CreateObjectFunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
CreateObjectFunction (const Self &) | |
void | operator= (const Self &) |
static Pointer | New (void) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
LightObject::Pointer | CreateObject () |
Additional Inherited Members | |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual ModifiedTimeType | GetMTime () const |
virtual const char * | GetNameOfClass () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
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) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef SmartPointer< Self > itk::CreateObjectFunction< T >::Pointer |
Definition at line 66 of file itkCreateObjectFunction.h.
typedef CreateObjectFunction itk::CreateObjectFunction< T >::Self |
Standard class typedefs.
Definition at line 65 of file itkCreateObjectFunction.h.
|
inlineprotected |
Definition at line 74 of file itkCreateObjectFunction.h.
|
inlineprotected |
Definition at line 75 of file itkCreateObjectFunction.h.
|
private |
|
virtual |
Methods from itk:LightObject.
Reimplemented from itk::Object.
|
inlinevirtual |
Methods from itk:LightObject.
Implements itk::CreateObjectFunctionBase.
Definition at line 70 of file itkCreateObjectFunction.h.
References itk::SmartPointer< TObjectType >::GetPointer().
|
static |
Methods from itk:LightObject.
Referenced by itk::SpatialObjectFactory< T >::RegisterSpatialObject(), itk::TransformFactory< T >::RegisterTransform(), and itk::FEMFactory< T >::RegisterType().
|
private |