20 #ifndef vtkGraphicsFactory_h
21 #define vtkGraphicsFactory_h
24 #include "vtkRenderingCoreModule.h"
39 static vtkObject* CreateInstance(
const char* vtkclassname);
44 static const char* GetRenderLibrary();
51 static void SetUseMesaClasses(
int use);
52 static int GetUseMesaClasses();
60 static void SetOffScreenOnlyMode(
int use);
61 static int GetOffScreenOnlyMode();
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static int OffScreenOnlyMode
static int UseMesaClasses
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...