43 #ifndef SVK_IMAGE_DATA_FACTORY_H
44 #define SVK_IMAGE_DATA_FACTORY_H
46 #include <vtkObject.h>
47 #include <vtkObjectFactory.h>
48 #include <vtkVersion.h>
71 static svkImageData* CreateInstance (
const char *vtkclassname);
72 virtual const char* GetDescription();
73 virtual const char* GetVTKSourceVersion();
87 #endif //SVK_IMAGE_DATA_FACTORY_H
Definition: svkImageDataFactory.h:64
Definition: svkImageData.h:107