25 #ifndef __vtkGraphicsFactory_h
26 #define __vtkGraphicsFactory_h
39 static vtkObject* CreateInstance(
const char* vtkclassname);
42 static const char *GetRenderLibrary();
47 static void SetUseMesaClasses(
int use);
48 static int GetUseMesaClasses();
54 static void SetOffScreenOnlyMode(
int use);
55 static int GetOffScreenOnlyMode();
61 static int UseMesaClasses;
abstract base class for most VTK objects
static int OffScreenOnlyMode
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation