Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
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 | |
const char * | GetITKSourceVersion (void) const override |
const char * | GetDescription (void) const override |
virtual const char * | GetClassName () const |
Static Public Member Functions | |
static Pointer | New () |
static PlanarFigureIOFactory * | FactoryNew () |
static void | RegisterOneFactory (void) |
Protected Member Functions | |
PlanarFigureIOFactory () | |
~PlanarFigureIOFactory () override | |
Create instances of PlanarFigureReader objects using an object factory.
Definition at line 28 of file mitkPlanarFigureIOFactory.h.
typedef itk::SmartPointer<const Self> mitk::PlanarFigureIOFactory::ConstPointer |
Definition at line 35 of file mitkPlanarFigureIOFactory.h.
Definition at line 34 of file mitkPlanarFigureIOFactory.h.
Standard class typedefs.
Definition at line 32 of file mitkPlanarFigureIOFactory.h.
typedef itk::ObjectFactoryBase mitk::PlanarFigureIOFactory::Superclass |
Definition at line 33 of file mitkPlanarFigureIOFactory.h.
|
protected |
Definition at line 21 of file mitkPlanarFigureIOFactory.cpp.
References New().
Referenced by FactoryNew(), and RegisterOneFactory().
|
overrideprotected |
Definition at line 30 of file mitkPlanarFigureIOFactory.cpp.
Referenced by RegisterOneFactory().
|
inlinestatic |
Definition at line 43 of file mitkPlanarFigureIOFactory.h.
References PlanarFigureIOFactory().
|
virtual |
Run-time type information (and related methods).
|
override |
Definition at line 32 of file mitkPlanarFigureIOFactory.cpp.
|
override |
Class methods used to interface with the registered factories.
Definition at line 31 of file mitkPlanarFigureIOFactory.cpp.
|
static |
Method for class instantiation.
Referenced by PlanarFigureIOFactory(), and RegisterOneFactory().
|
inlinestatic |
Register one factory of this type
Definition at line 51 of file mitkPlanarFigureIOFactory.h.
References New(), PlanarFigureIOFactory(), and ~PlanarFigureIOFactory().