![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkCreateObjectFunction.h>
Inheritance diagram for itk::CreateObjectFunction< T >:
Collaboration diagram for itk::CreateObjectFunction< T >:Public Types | |
| typedef SmartPointer< Self > | Pointer |
| typedef CreateObjectFunction | Self |
Public Types inherited from itk::CreateObjectFunctionBase | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Object | Superclass |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject | |
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 () |
| static Pointer | New (void) |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| LightObject::Pointer | CreateObject () |
| CreateObjectFunction () | |
| ~CreateObjectFunction () | |
| CreateObjectFunction (const Self &) | |
| void | operator= (const Self &) |
Additional Inherited Members |
Used to create callback functions that create ITK Objects for use with the itk::ObjectFactory.
Definition at line 60 of file itkCreateObjectFunction.h.
| typedef SmartPointer< Self > itk::CreateObjectFunction< T >::Pointer |
Reimplemented from itk::CreateObjectFunctionBase.
Definition at line 65 of file itkCreateObjectFunction.h.
| typedef CreateObjectFunction itk::CreateObjectFunction< T >::Self |
Standard class typedefs.
Reimplemented from itk::CreateObjectFunctionBase.
Definition at line 64 of file itkCreateObjectFunction.h.
|
inlineprotected |
Methods from itk:LightObject.
Definition at line 71 of file itkCreateObjectFunction.h.
|
inlineprotected |
Methods from itk:LightObject.
Definition at line 72 of file itkCreateObjectFunction.h.
|
private |
Methods from itk:LightObject.
|
virtual |
Methods from itk:LightObject.
Reimplemented from itk::Object.
|
inlinevirtual |
Methods from itk:LightObject.
Implements itk::CreateObjectFunctionBase.
Definition at line 69 of file itkCreateObjectFunction.h.
References itk::SmartPointer< TObjectType >::GetPointer(), and itk::CreateObjectFunction< T >::New().
|
static |
Methods from itk:LightObject.
Reimplemented from itk::Object.
Referenced by itk::CreateObjectFunction< T >::CreateObject().
|
private |
Methods from itk:LightObject.
Reimplemented from itk::CreateObjectFunctionBase.
1.8.1