14#ifndef vtkAbstractRenderDevice_h
15#define vtkAbstractRenderDevice_h
18#include "vtkRenderingCoreModule.h"
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetRequestedGLVersion(int major, int minor)
Set the context that should be requested (must be set before the widget is rendered for the first tim...
static vtkAbstractRenderDevice * New()
Make a new device, this class is abstract and one of its derived forms will be returned,...
virtual void MakeCurrent()=0
Make the context current so that it can be used by OpenGL.
vtkAbstractRenderDevice()
virtual bool CreateNewWindow(const vtkRecti &geometry, const std::string &name)=0
Create a window with the desired geometry.
~vtkAbstractRenderDevice() override
a simple class to control print indentation
abstract base class for most VTK objects