18 #ifndef __itkBYUMeshIOFactory_h
19 #define __itkBYUMeshIOFactory_h
20 #include "ITKIOMeshExport.h"
41 virtual const char * GetITKSourceVersion(
void)
const;
43 virtual const char * GetDescription(
void)
const;
46 itkFactorylessNewMacro(
Self);
63 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
67 void operator=(
const Self &);
Light weight base class for most itk classes.
static void RegisterOneFactory(void)
Create instances of classes using an object factory.
Create instances of BYUMeshIO objects using an object factory.
ObjectFactoryBase Superclass
SmartPointer< Self > Pointer
static bool RegisterFactory(ObjectFactoryBase *, InsertionPositionType where=INSERT_AT_BACK, vcl_size_t position=0)
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer