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