Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::ItkImageFileIOFactory Class Reference

Create instances of ItkImageFileReader objects using an object factory. More...

#include <mitkItkImageFileIOFactory.h>

Inheritance diagram for mitk::ItkImageFileIOFactory:
Collaboration diagram for mitk::ItkImageFileIOFactory:

Public Types

typedef ItkImageFileIOFactory Self
 
typedef itk::ObjectFactoryBase Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 

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 ItkImageFileIOFactoryFactoryNew ()
 
static void RegisterOneFactory (void)
 

Protected Member Functions

 ItkImageFileIOFactory ()
 
 ~ItkImageFileIOFactory ()
 

Detailed Description

Create instances of ItkImageFileReader objects using an object factory.

Deprecated:
(as of 2014_10) Use mitk::IOUtils or mitk::FileReaderRegistry instead.

Definition at line 35 of file mitkItkImageFileIOFactory.h.

Member Typedef Documentation

Standard class typedefs.

Definition at line 39 of file mitkItkImageFileIOFactory.h.

typedef itk::ObjectFactoryBase mitk::ItkImageFileIOFactory::Superclass

Definition at line 40 of file mitkItkImageFileIOFactory.h.

Constructor & Destructor Documentation

mitk::ItkImageFileIOFactory::ItkImageFileIOFactory ( )
protected

Definition at line 25 of file mitkItkImageFileIOFactory.cpp.

References New().

mitk::ItkImageFileIOFactory::~ItkImageFileIOFactory ( )
protected

Definition at line 34 of file mitkItkImageFileIOFactory.cpp.

Member Function Documentation

static ItkImageFileIOFactory* mitk::ItkImageFileIOFactory::FactoryNew ( )
inlinestatic

Definition at line 50 of file mitkItkImageFileIOFactory.h.

virtual const char* mitk::ItkImageFileIOFactory::GetClassName ( ) const
virtual

Run-time type information (and related methods).

const char * mitk::ItkImageFileIOFactory::GetDescription ( void  ) const
overridevirtual

Definition at line 36 of file mitkItkImageFileIOFactory.cpp.

const char * mitk::ItkImageFileIOFactory::GetITKSourceVersion ( void  ) const
overridevirtual

Class methods used to interface with the registered factories.

Definition at line 35 of file mitkItkImageFileIOFactory.cpp.

static Pointer mitk::ItkImageFileIOFactory::New ( )
static

Method for class instantiation.

Referenced by ItkImageFileIOFactory(), and RegisterOneFactory().

static void mitk::ItkImageFileIOFactory::RegisterOneFactory ( void  )
inlinestatic

Register one factory of this type

Deprecated:
(as of 2013_09)

Definition at line 58 of file mitkItkImageFileIOFactory.h.

References New().


The documentation for this class was generated from the following files: