ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLSMImageIOFactory.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LSMImageIOFactory | Self |
typedef ObjectFactoryBase | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetDescription () const |
virtual const char * | GetITKSourceVersion () const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New (void) |
static void | RegisterOneFactory () |
Protected Member Functions | |
LSMImageIOFactory () | |
~LSMImageIOFactory () | |
Private Member Functions | |
LSMImageIOFactory (const Self &) | |
void | operator= (const Self &) |
Create instances of LSMImageIO objects using an object factory.
Definition at line 40 of file itkLSMImageIOFactory.h.
typedef SmartPointer< const Self > itk::LSMImageIOFactory::ConstPointer |
Reimplemented from itk::ObjectFactoryBase.
Definition at line 47 of file itkLSMImageIOFactory.h.
typedef SmartPointer< Self > itk::LSMImageIOFactory::Pointer |
Reimplemented from itk::ObjectFactoryBase.
Definition at line 46 of file itkLSMImageIOFactory.h.
Standard class typedefs.
Reimplemented from itk::ObjectFactoryBase.
Definition at line 44 of file itkLSMImageIOFactory.h.
Reimplemented from itk::ObjectFactoryBase.
Definition at line 45 of file itkLSMImageIOFactory.h.
itk::LSMImageIOFactory::LSMImageIOFactory | ( | ) | [protected] |
itk::LSMImageIOFactory::~LSMImageIOFactory | ( | ) | [protected] |
itk::LSMImageIOFactory::LSMImageIOFactory | ( | const Self & | ) | [private] |
virtual ::itk::LightObject::Pointer itk::LSMImageIOFactory::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::LSMImageIOFactory::GetDescription | ( | ) | const [virtual] |
Return a descriptive string describing the factory.
Implements itk::ObjectFactoryBase.
virtual const char* itk::LSMImageIOFactory::GetITKSourceVersion | ( | ) | const [virtual] |
Class Methods used to interface with the registered factories.
Implements itk::ObjectFactoryBase.
virtual const char* itk::LSMImageIOFactory::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ObjectFactoryBase.
static Pointer itk::LSMImageIOFactory::New | ( | void | ) | [static] |
Method for class instantiation.
Reimplemented from itk::Object.
Referenced by ProcessArgumentsAndRegisterBuiltInFactories(), and RegisterOneFactory().
void itk::LSMImageIOFactory::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::ObjectFactoryBase.
static void itk::LSMImageIOFactory::RegisterOneFactory | ( | void | ) | [inline, static] |
Register one factory of this type
Definition at line 61 of file itkLSMImageIOFactory.h.
References New(), and itk::ObjectFactoryBase::RegisterFactoryInternal().