 |
VTK
9.0.1
|
Go to the documentation of this file.
14 #ifndef vtkAbstractRenderDevice_h
15 #define vtkAbstractRenderDevice_h
18 #include "vtkRenderingCoreModule.h"
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...
virtual void MakeCurrent()=0
Make the context current so that it can be used by OpenGL.
virtual bool CreateNewWindow(const vtkRecti &geometry, const std::string &name)=0
Create a window with the desired geometry.
static vtkAbstractRenderDevice * New()
Make a new device, this class is abstract and one of its derived forms will be returned,...
~vtkAbstractRenderDevice() override
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.
vtkAbstractRenderDevice()
a simple class to control print indentation