fw4spl
|
Create instances of InrImageIO objects using an object factory. More...
#include <itkInrImageIOFactory.hpp>
Public Types | |
typedef InrImageIOFactory | Self |
typedef ObjectFactoryBase | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetITKSourceVersion (void) const override |
virtual const char * | GetDescription (void) const override |
itkFactorylessNewMacro (Self) itkTypeMacro(InrImageIOFactory | |
Static Public Member Functions | |
static ObjectFactoryBase void | RegisterOneFactory (void) |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const override |
Create instances of InrImageIO objects using an object factory.
Definition at line 19 of file itkInrImageIOFactory.hpp.
Standard class typedefs.
Definition at line 23 of file itkInrImageIOFactory.hpp.
|
overridevirtual |
Class methods used to interface with the registered factories.
Definition at line 48 of file itkInrImageIOFactory.cpp.
itk::InrImageIOFactory::itkFactorylessNewMacro | ( | Self | ) |
Method for class instantiation. Run-time type information (and related methods).
|
inlinestatic |
Register one factory of this type
Definition at line 39 of file itkInrImageIOFactory.hpp.