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

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

#include <mitkVtkImageIOFactory.h>

Inheritance diagram for mitk::VtkImageIOFactory:
Collaboration diagram for mitk::VtkImageIOFactory:

Public Types

typedef VtkImageIOFactory 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 VtkImageIOFactoryFactoryNew ()
 
static void RegisterOneFactory (void)
 

Protected Member Functions

 VtkImageIOFactory ()
 
 ~VtkImageIOFactory ()
 

Detailed Description

Create instances of VtkImageReader objects using an object factory.

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

Definition at line 35 of file mitkVtkImageIOFactory.h.

Member Typedef Documentation

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.

Constructor & Destructor Documentation

mitk::VtkImageIOFactory::VtkImageIOFactory ( )
protected

Definition at line 25 of file mitkVtkImageIOFactory.cpp.

References New().

mitk::VtkImageIOFactory::~VtkImageIOFactory ( )
protected

Definition at line 34 of file mitkVtkImageIOFactory.cpp.

Member Function Documentation

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

Definition at line 50 of file mitkVtkImageIOFactory.h.

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

Run-time type information (and related methods).

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

Definition at line 36 of file mitkVtkImageIOFactory.cpp.

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

Class methods used to interface with the registered factories.

Definition at line 35 of file mitkVtkImageIOFactory.cpp.

static Pointer mitk::VtkImageIOFactory::New ( )
static

Method for class instantiation.

Referenced by RegisterOneFactory(), and VtkImageIOFactory().

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

Register one factory of this type

Deprecated:
(as of 2013_09)

Definition at line 58 of file mitkVtkImageIOFactory.h.

References New().


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