Go to the documentation of this file.
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;