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

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

Protected Member Functions

 STLFileIOFactory ()
 
 ~STLFileIOFactory () override
 

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

Member Typedef Documentation

◆ ConstPointer

◆ Pointer

◆ Self

Standard class typedefs.

Definition at line 35 of file mitkSTLFileIOFactory.h.

◆ Superclass

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

Definition at line 36 of file mitkSTLFileIOFactory.h.

Constructor & Destructor Documentation

◆ STLFileIOFactory()

mitk::STLFileIOFactory::STLFileIOFactory ( )
protected

◆ ~STLFileIOFactory()

mitk::STLFileIOFactory::~STLFileIOFactory ( )
overrideprotected

Member Function Documentation

◆ FactoryNew()

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

Definition at line 46 of file mitkSTLFileIOFactory.h.

◆ GetClassName()

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

Run-time type information (and related methods).

◆ GetDescription()

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

◆ GetITKSourceVersion()

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

Class methods used to interface with the registered factories.

◆ New()

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

Method for class instantiation.

Referenced by RegisterOneFactory().

◆ RegisterOneFactory()

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

Register one factory of this type

Deprecated:
(as of 2013_09)

Definition at line 54 of file mitkSTLFileIOFactory.h.

References New().


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