#include <Inventor/components/SoGLGraphicDevice.h>
#include <Inventor/components/SoGraphicConfig.h>
#include <Inventor/components/SoGLGraphicConfigTemplate.h>
#include <Inventor/STL/algorithm>
#include <Inventor/STL/functional>
#include <Inventor/STL/set>
#include <Inventor/STL/vector>
Go to the source code of this file.
◆ SoGraphicConfigList
◆ SoSamplesList
◆ getDefaultGraphicConfigTemplate()
Returns the default template used by Open Inventor.
◆ getDisplay()
Returns the Display corresponding to this graphics device.
◆ getGraphicConfigsList()
Defines an OpenGL graphics device.
This class is an abstraction of the internal part of a graphics device for OpenGL. It could be based on:
- either an MS-Windows handler device context (HDC),
- or X-windows graphics display (Display *),
- or any other graphics device depending on the system (MacOS, etc.)
This class declares or implements all required methods used in the SoGLGraphicDevice class. This class is not inherited from SoGLGraphicDevice but it is viewed and used as a peer in the OpenGL graphics device class.
SEE ALSO
SoGraphicConfigTemplate, SoGLGraphicConfigTemplate, SoGraphicConfigCompare, SoGLGraphicConfigCompare, SoGraphicConfig, SoGraphicDevice, SoGLGraphicDevice. Returns the list of all the graphics modes supported by this OpenGL graphics device.
◆ getGraphicConfigTemplate()
Returns a template according to the given graphics configuration.
◆ getSamplesParseTab()
Returns the list of all the available number of samples supported by this OpenGL graphics device.
◆ getType()