18 #ifndef itkDCMTKTransformIOFactory_h
19 #define itkDCMTKTransformIOFactory_h
21 #include "IOTransformDCMTKExport.h"
45 virtual const char * GetITKSourceVersion() const ITK_OVERRIDE;
47 virtual const
char * GetDescription() const ITK_OVERRIDE;
50 itkFactorylessNewMacro(
Self);
56 static
void RegisterOneFactory()
66 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
70 void operator=(
const Self &);
Light weight base class for most itk classes.
static void RegisterFactoryInternal(ObjectFactoryBase *)
Create instances of classes using an object factory.
Control indentation during Print() invocation.