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