17 #ifndef itkAnalyzeObjectLabelMapImageIOFactory_h
18 #define itkAnalyzeObjectLabelMapImageIOFactory_h
21 #pragma warning ( disable : 4786 )
43 virtual const char * GetITKSourceVersion(
void)
const;
45 virtual const char * GetDescription(
void)
const;
48 itkFactorylessNewMacro(
Self);
64 virtual void PrintSelf(std::ostream& os,
Indent indent)
const;
68 void operator=(
const Self &);
SmartPointer< const Self > ConstPointer
Light weight base class for most itk classes.
AnalyzeObjectLabelMapImageIOFactory Self
Create instances of classes using an object factory.
static void RegisterOneFactory(void)
SmartPointer< Self > Pointer
ObjectFactoryBase Superclass
Create instances of AnalyzeObjectLabelMapImageIO objects using an object factory. ...
static bool RegisterFactory(ObjectFactoryBase *, InsertionPositionType where=INSERT_AT_BACK, vcl_size_t position=0)
Control indentation during Print() invocation.