26 #ifndef vtkGraphicsFactory_h 
   27 #define vtkGraphicsFactory_h 
   29 #include "vtkRenderingCoreModule.h"  
   45   static vtkObject* CreateInstance(
const char* vtkclassname);
 
   50   static const char *GetRenderLibrary();
 
   57   static void SetUseMesaClasses(
int use);
 
   58   static int  GetUseMesaClasses();
 
   66   static void SetOffScreenOnlyMode(
int use);
 
   67   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...