29 #ifndef vtkOpenGLHardwareSupport_h 
   30 #define vtkOpenGLHardwareSupport_h 
   32 #include "vtkRenderingOpenGLModule.h"  
   49   int GetNumberOfFixedTextureUnits();
 
   55   int GetNumberOfTextureUnits();
 
   60   bool GetSupportsMultiTexturing();
 
   79   bool ExtensionManagerSet();
 
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. 
 
a simple class to control print indentation 
 
Interface class for querying and using OpenGL extensions. 
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...