39#ifndef vtkGraphicsFactory_h
40#define vtkGraphicsFactory_h
43#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.
vtkGraphicsFactory()=default
static const char * GetRenderLibrary()
What rendering library has the user requested.
static int UseMesaClasses
static int GetUseMesaClasses()
This option enables the creation of Mesa classes instead of the OpenGL classes when using mangled Mes...
static void SetOffScreenOnlyMode(int use)
This option enables the off-screen only mode.
static vtkGraphicsFactory * New()
static int GetOffScreenOnlyMode()
This option enables the off-screen only mode.
static vtkObject * CreateInstance(const char *vtkclassname)
Create and return an instance of the named vtk object.
a simple class to control print indentation
abstract base class for most VTK objects