Create instances of PlanarFigureReader objects using an object factory. More...
#include <mitkPlanarFigureIOFactory.h>
Public Types | |
typedef PlanarFigureIOFactory | Self |
typedef itk::ObjectFactoryBase | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetITKSourceVersion (void) const |
virtual const char * | GetDescription (void) const |
itkFactorylessNewMacro (Self) | |
virtual const char * | GetClassName () const |
Static Public Member Functions | |
static PlanarFigureIOFactory * | FactoryNew () |
static void | RegisterOneFactory (void) |
Protected Member Functions | |
PlanarFigureIOFactory () | |
~PlanarFigureIOFactory () |
Create instances of PlanarFigureReader objects using an object factory.
Definition at line 34 of file mitkPlanarFigureIOFactory.h.
typedef itk::SmartPointer<const Self> mitk::PlanarFigureIOFactory::ConstPointer |
Definition at line 41 of file mitkPlanarFigureIOFactory.h.
typedef itk::SmartPointer<Self> mitk::PlanarFigureIOFactory::Pointer |
Definition at line 40 of file mitkPlanarFigureIOFactory.h.
Standard class typedefs.
Definition at line 38 of file mitkPlanarFigureIOFactory.h.
typedef itk::ObjectFactoryBase mitk::PlanarFigureIOFactory::Superclass |
Definition at line 39 of file mitkPlanarFigureIOFactory.h.
mitk::PlanarFigureIOFactory::PlanarFigureIOFactory | ( | ) | [protected] |
Definition at line 22 of file mitkPlanarFigureIOFactory.cpp.
{ PlanarFigureIOFactory::PlanarFigureIOFactory() { this->RegisterOverride("mitkIOAdapter",
mitk::PlanarFigureIOFactory::~PlanarFigureIOFactory | ( | ) | [protected] |
Definition at line 31 of file mitkPlanarFigureIOFactory.cpp.
static PlanarFigureIOFactory* mitk::PlanarFigureIOFactory::FactoryNew | ( | ) | [inline, static] |
Definition at line 49 of file mitkPlanarFigureIOFactory.h.
{ return new PlanarFigureIOFactory;}
virtual const char* mitk::PlanarFigureIOFactory::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
const char * mitk::PlanarFigureIOFactory::GetDescription | ( | void | ) | const [virtual] |
Definition at line 40 of file mitkPlanarFigureIOFactory.cpp.
{
return ITK_SOURCE_VERSION;
}
const char * mitk::PlanarFigureIOFactory::GetITKSourceVersion | ( | void | ) | const [virtual] |
Class methods used to interface with the registered factories.
Definition at line 35 of file mitkPlanarFigureIOFactory.cpp.
{ }
mitk::PlanarFigureIOFactory::itkFactorylessNewMacro | ( | Self | ) |
Method for class instantiation.
static void mitk::PlanarFigureIOFactory::RegisterOneFactory | ( | void | ) | [inline, static] |
Register one factory of this type
Definition at line 54 of file mitkPlanarFigureIOFactory.h.
{ PlanarFigureIOFactory::Pointer PlanarFigureIOFactory = PlanarFigureIOFactory::New(); ObjectFactoryBase::RegisterFactory(PlanarFigureIOFactory); }