18 #ifndef itkMeshIOFactory_h
19 #define itkMeshIOFactory_h
20 #include "ITKIOMeshExport.h"
62 static MeshIOBasePointer CreateMeshIO(
const char *path, FileModeType mode);
65 static void RegisterBuiltInFactories();
73 void operator=(const Self &) ITK_DELETE_FUNCTION;
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
Create instances of MeshIO objects using an object factory.
SmartPointer< Self > Pointer
typedef::itk::MeshIOBase::Pointer MeshIOBasePointer
Base class for most ITK classes.