18 #ifndef itkFileListVideoIOFactory_h
19 #define itkFileListVideoIOFactory_h
23 #include "ITKVideoIOExport.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)
66 void operator=(
const Self &);
Light weight base class for most itk classes.
static void RegisterFactoryInternal(ObjectFactoryBase *)
Create instances of classes using an object factory.
FileListVideoIOFactory Self
SmartPointer< const Self > ConstPointer
Create instances of FileListVideoIO objects using an object factory.
ObjectFactoryBase Superclass
SmartPointer< Self > Pointer