8 #ifndef vtkGraphicsFactory_h
9 #define vtkGraphicsFactory_h
12 #include "vtkRenderingCoreModule.h"
14 VTK_ABI_NAMESPACE_BEGIN
28 static vtkObject* CreateInstance(
const char* vtkclassname);
33 static const char* GetRenderLibrary();
40 static void SetUseMesaClasses(
int use);
41 static int GetUseMesaClasses();
49 static void SetOffScreenOnlyMode(
int use);
50 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...