18 #ifndef itkGEAdwImageIOFactory_h
19 #define itkGEAdwImageIOFactory_h
20 #include "ITKIOGEExport.h"
42 virtual const char * GetITKSourceVersion(
void) const ITK_OVERRIDE;
44 virtual const
char * GetDescription(
void) const ITK_OVERRIDE;
47 itkFactorylessNewMacro(
Self);
53 static
void RegisterOneFactory(
void)
63 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
67 void operator=(
const Self &);
SmartPointer< const Self > ConstPointer
Light weight base class for most itk classes.
static void RegisterFactoryInternal(ObjectFactoryBase *)
SmartPointer< Self > Pointer
Create instances of classes using an object factory.
Control indentation during Print() invocation.
Create instances of GEAdwImageIO objects using an object factory.
ObjectFactoryBase Superclass