Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Create instances of VtkImageReader objects using an object factory. More...
#include <mitkVtkImageIOFactory.h>
Public Types | |
typedef VtkImageIOFactory | 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 override |
virtual const char * | GetDescription (void) const override |
virtual const char * | GetClassName () const |
Static Public Member Functions | |
static Pointer | New () |
static VtkImageIOFactory * | FactoryNew () |
static void | RegisterOneFactory (void) |
Protected Member Functions | |
VtkImageIOFactory () | |
~VtkImageIOFactory () | |
Create instances of VtkImageReader objects using an object factory.
Definition at line 35 of file mitkVtkImageIOFactory.h.
typedef itk::SmartPointer<const Self> mitk::VtkImageIOFactory::ConstPointer |
Definition at line 42 of file mitkVtkImageIOFactory.h.
Definition at line 41 of file mitkVtkImageIOFactory.h.
Standard class typedefs.
Definition at line 39 of file mitkVtkImageIOFactory.h.
typedef itk::ObjectFactoryBase mitk::VtkImageIOFactory::Superclass |
Definition at line 40 of file mitkVtkImageIOFactory.h.
|
protected |
Definition at line 25 of file mitkVtkImageIOFactory.cpp.
References New().
|
protected |
Definition at line 34 of file mitkVtkImageIOFactory.cpp.
|
inlinestatic |
Definition at line 50 of file mitkVtkImageIOFactory.h.
|
virtual |
Run-time type information (and related methods).
|
overridevirtual |
Definition at line 36 of file mitkVtkImageIOFactory.cpp.
|
overridevirtual |
Class methods used to interface with the registered factories.
Definition at line 35 of file mitkVtkImageIOFactory.cpp.
|
static |
Method for class instantiation.
Referenced by RegisterOneFactory(), and VtkImageIOFactory().
|
inlinestatic |
Register one factory of this type
Definition at line 58 of file mitkVtkImageIOFactory.h.
References New().