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