26#ifndef vtkGraphicsFactory_h
27#define vtkGraphicsFactory_h
29#include "vtkRenderingCoreModule.h"
static int OffScreenOnlyMode
static void SetUseMesaClasses(int use)
This option enables the creation of Mesa classes instead of the OpenGL classes when using mangled Mes...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static const char * GetRenderLibrary()
What rendering library has the user requested.
static int UseMesaClasses
static int GetUseMesaClasses()
static VTK_NEWINSTANCE vtkObject * CreateInstance(const char *vtkclassname)
Create and return an instance of the named vtk object.
static void SetOffScreenOnlyMode(int use)
This option enables the off-screen only mode.
static vtkGraphicsFactory * New()
static int GetOffScreenOnlyMode()
a simple class to control print indentation
abstract base class for most VTK objects