23 #ifndef vtkGraphicsFactory_h 24 #define vtkGraphicsFactory_h 26 #include "vtkRenderingCoreModule.h" 42 static vtkObject* CreateInstance(
const char* vtkclassname);
47 static const char *GetRenderLibrary();
54 static void SetUseMesaClasses(
int use);
55 static int GetUseMesaClasses();
63 static void SetOffScreenOnlyMode(
int use);
64 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...