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 | |
virtual const char * | GetITKSourceVersion (void) const |
virtual const char * | GetDescription (void) const |
itkFactorylessNewMacro (Self) | |
virtual const char * | GetClassName () const |
Static Public Member Functions | |
static STLFileIOFactory * | FactoryNew () |
static void | RegisterOneFactory (void) |
Protected Member Functions | |
STLFileIOFactory () | |
~STLFileIOFactory () |
Create instances of STLFileReader objects using an object factory.
Definition at line 33 of file mitkSTLFileIOFactory.h.
typedef itk::SmartPointer<const Self> mitk::STLFileIOFactory::ConstPointer |
Definition at line 40 of file mitkSTLFileIOFactory.h.
typedef itk::SmartPointer<Self> mitk::STLFileIOFactory::Pointer |
Definition at line 39 of file mitkSTLFileIOFactory.h.
Standard class typedefs.
Definition at line 37 of file mitkSTLFileIOFactory.h.
typedef itk::ObjectFactoryBase mitk::STLFileIOFactory::Superclass |
Definition at line 38 of file mitkSTLFileIOFactory.h.
mitk::STLFileIOFactory::STLFileIOFactory | ( | ) | [protected] |
Definition at line 22 of file mitkSTLFileIOFactory.cpp.
{ STLFileIOFactory::STLFileIOFactory() { this->RegisterOverride("mitkIOAdapter",
mitk::STLFileIOFactory::~STLFileIOFactory | ( | ) | [protected] |
Definition at line 31 of file mitkSTLFileIOFactory.cpp.
static STLFileIOFactory* mitk::STLFileIOFactory::FactoryNew | ( | ) | [inline, static] |
Definition at line 48 of file mitkSTLFileIOFactory.h.
{ return new STLFileIOFactory;}
virtual const char* mitk::STLFileIOFactory::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
const char * mitk::STLFileIOFactory::GetDescription | ( | void | ) | const [virtual] |
Definition at line 40 of file mitkSTLFileIOFactory.cpp.
{
return ITK_SOURCE_VERSION;
}
const char * mitk::STLFileIOFactory::GetITKSourceVersion | ( | void | ) | const [virtual] |
Class methods used to interface with the registered factories.
Definition at line 35 of file mitkSTLFileIOFactory.cpp.
{ }
mitk::STLFileIOFactory::itkFactorylessNewMacro | ( | Self | ) |
Method for class instantiation.
static void mitk::STLFileIOFactory::RegisterOneFactory | ( | void | ) | [inline, static] |
Register one factory of this type
Definition at line 53 of file mitkSTLFileIOFactory.h.
{ STLFileIOFactory::Pointer STLFileIOFactory = STLFileIOFactory::New(); ObjectFactoryBase::RegisterFactory(STLFileIOFactory); }