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

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

#include <mitkSTLFileIOFactory.h>

Inheritance diagram for mitk::STLFileIOFactory:
Collaboration diagram for mitk::STLFileIOFactory:

Public Types

typedef STLFileIOFactory 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 STLFileIOFactoryFactoryNew ()
 
static void RegisterOneFactory (void)
 

Protected Member Functions

 STLFileIOFactory ()
 
 ~STLFileIOFactory ()
 

Detailed Description

Create instances of STLFileReader objects using an object factory.

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

Definition at line 35 of file mitkSTLFileIOFactory.h.

Member Typedef Documentation

Standard class typedefs.

Definition at line 39 of file mitkSTLFileIOFactory.h.

typedef itk::ObjectFactoryBase mitk::STLFileIOFactory::Superclass

Definition at line 40 of file mitkSTLFileIOFactory.h.

Constructor & Destructor Documentation

mitk::STLFileIOFactory::STLFileIOFactory ( )
protected

Definition at line 25 of file mitkSTLFileIOFactory.cpp.

References New().

mitk::STLFileIOFactory::~STLFileIOFactory ( )
protected

Definition at line 34 of file mitkSTLFileIOFactory.cpp.

Member Function Documentation

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

Definition at line 50 of file mitkSTLFileIOFactory.h.

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

Run-time type information (and related methods).

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

Definition at line 36 of file mitkSTLFileIOFactory.cpp.

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

Class methods used to interface with the registered factories.

Definition at line 35 of file mitkSTLFileIOFactory.cpp.

static Pointer mitk::STLFileIOFactory::New ( )
static

Method for class instantiation.

Referenced by RegisterOneFactory(), and STLFileIOFactory().

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

Register one factory of this type

Deprecated:
(as of 2013_09)

Definition at line 58 of file mitkSTLFileIOFactory.h.

References New().


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