Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
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

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

Protected Member Functions

 VtiFileIOFactory ()
 
 ~VtiFileIOFactory () override
 

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 31 of file mitkVtiFileIOFactory.h.

Member Typedef Documentation

◆ ConstPointer

◆ Pointer

◆ Self

Standard class typedefs.

Definition at line 35 of file mitkVtiFileIOFactory.h.

◆ Superclass

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

Definition at line 36 of file mitkVtiFileIOFactory.h.

Constructor & Destructor Documentation

◆ VtiFileIOFactory()

mitk::VtiFileIOFactory::VtiFileIOFactory ( )
protected

◆ ~VtiFileIOFactory()

mitk::VtiFileIOFactory::~VtiFileIOFactory ( )
overrideprotected

Member Function Documentation

◆ FactoryNew()

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

Definition at line 46 of file mitkVtiFileIOFactory.h.

◆ GetClassName()

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

Run-time type information (and related methods).

◆ GetDescription()

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

◆ GetITKSourceVersion()

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

Class methods used to interface with the registered factories.

◆ New()

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

Method for class instantiation.

Referenced by RegisterOneFactory().

◆ RegisterOneFactory()

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

Register one factory of this type

Deprecated:
(as of 2013_09)

Definition at line 54 of file mitkVtiFileIOFactory.h.

References New().


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