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

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

#include <mitkVtiFileIOFactory.h>

Inheritance diagram for mitk::VtiFileIOFactory:
Collaboration diagram for mitk::VtiFileIOFactory:

Public Types

typedef VtiFileIOFactory 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 VtiFileIOFactoryFactoryNew ()
 
static void RegisterOneFactory (void)
 

Protected Member Functions

 VtiFileIOFactory ()
 
 ~VtiFileIOFactory ()
 

Detailed Description

Create instances of VtiFileReader objects using an object factory.

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

Definition at line 35 of file mitkVtiFileIOFactory.h.

Member Typedef Documentation

Standard class typedefs.

Definition at line 39 of file mitkVtiFileIOFactory.h.

typedef itk::ObjectFactoryBase mitk::VtiFileIOFactory::Superclass

Definition at line 40 of file mitkVtiFileIOFactory.h.

Constructor & Destructor Documentation

mitk::VtiFileIOFactory::VtiFileIOFactory ( )
protected

Definition at line 25 of file mitkVtiFileIOFactory.cpp.

References New().

mitk::VtiFileIOFactory::~VtiFileIOFactory ( )
protected

Definition at line 34 of file mitkVtiFileIOFactory.cpp.

Member Function Documentation

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

Definition at line 50 of file mitkVtiFileIOFactory.h.

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

Run-time type information (and related methods).

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

Definition at line 36 of file mitkVtiFileIOFactory.cpp.

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

Class methods used to interface with the registered factories.

Definition at line 35 of file mitkVtiFileIOFactory.cpp.

static Pointer mitk::VtiFileIOFactory::New ( )
static

Method for class instantiation.

Referenced by RegisterOneFactory(), and VtiFileIOFactory().

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

Register one factory of this type

Deprecated:
(as of 2013_09)

Definition at line 58 of file mitkVtiFileIOFactory.h.

References New().


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