Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Create instances of STLFileReader objects using an object factory. More...
#include <mitkSTLFileIOFactory.h>
Public Types | |
typedef STLFileIOFactory | Self |
typedef itk::ObjectFactoryBase | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
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 STLFileIOFactory * | FactoryNew () |
static void | RegisterOneFactory (void) |
Protected Member Functions | |
STLFileIOFactory () | |
~STLFileIOFactory () override | |
Create instances of STLFileReader objects using an object factory.
Definition at line 31 of file mitkSTLFileIOFactory.h.
typedef itk::SmartPointer<const Self> mitk::STLFileIOFactory::ConstPointer |
Definition at line 38 of file mitkSTLFileIOFactory.h.
Definition at line 37 of file mitkSTLFileIOFactory.h.
Standard class typedefs.
Definition at line 35 of file mitkSTLFileIOFactory.h.
typedef itk::ObjectFactoryBase mitk::STLFileIOFactory::Superclass |
Definition at line 36 of file mitkSTLFileIOFactory.h.
|
protected |
Definition at line 21 of file mitkSTLFileIOFactory.cpp.
References New().
|
overrideprotected |
Definition at line 30 of file mitkSTLFileIOFactory.cpp.
|
inlinestatic |
Definition at line 46 of file mitkSTLFileIOFactory.h.
|
virtual |
Run-time type information (and related methods).
|
override |
Definition at line 32 of file mitkSTLFileIOFactory.cpp.
|
override |
Class methods used to interface with the registered factories.
Definition at line 31 of file mitkSTLFileIOFactory.cpp.
|
static |
Method for class instantiation.
Referenced by RegisterOneFactory(), and STLFileIOFactory().
|
inlinestatic |
Register one factory of this type
Definition at line 54 of file mitkSTLFileIOFactory.h.
References New().