18 #ifndef itkAnalyzeImageIOFactory_h
19 #define itkAnalyzeImageIOFactory_h
20 #if !defined( ITK_LEGACY_REMOVE )
33 class AnalyzeImageIOFactory:
public ObjectFactoryBase
37 typedef AnalyzeImageIOFactory Self;
38 typedef ObjectFactoryBase Superclass;
43 virtual const char * GetITKSourceVersion(
void) const ITK_OVERRIDE;
45 virtual const
char * GetDescription(
void) const ITK_OVERRIDE;
48 itkFactorylessNewMacro(Self);
51 itkTypeMacro(AnalyzeImageIOFactory, ObjectFactoryBase);
54 static
void RegisterOneFactory(
void)
56 AnalyzeImageIOFactory::Pointer metaFactory = AnalyzeImageIOFactory::New();
62 AnalyzeImageIOFactory();
63 ~AnalyzeImageIOFactory();
64 virtual void PrintSelf(std::ostream & os, Indent indent)
const ITK_OVERRIDE;
67 AnalyzeImageIOFactory(
const Self &);
68 void operator=(
const Self &);
72 #endif //#if !defined( ITK_LEGACY_REMOVE )
static bool RegisterFactory(ObjectFactoryBase *, InsertionPositionType where=INSERT_AT_BACK, vcl_size_t position=0)