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