Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoXtGLGraphicDevice.h File Reference

Go to the source code of this file.

Functions

 ~SoXtGLGraphicDevice ()
  VSG extension Represents the internal part of an OpenGL graphics device on UNIX systems (Xt-based systems).
 
SoGLGraphicConfigTemplate getGraphicConfigTemplate (SoGLGraphicConfig *graphicConfig)
 Returns a template corresponding to the given graphics configuration.
 
SbGlContextHelper::Display getDisplay ()
 Returns the internal display.
 
SoGLGraphicConfigTemplate getDefaultGraphicConfigTemplate ()
 Returns the default template used by Inventor.
 
SoGLGraphicDevice::DeviceType getType ()
 Returns the type of device.
 

Function Documentation

◆ getDefaultGraphicConfigTemplate()

SoGLGraphicConfigTemplate getDefaultGraphicConfigTemplate ( )

Returns the default template used by Inventor.

◆ getDisplay()

Returns the internal display.

◆ getGraphicConfigTemplate()

SoGLGraphicConfigTemplate getGraphicConfigTemplate ( SoGLGraphicConfig graphicConfig)

Returns a template corresponding to the given graphics configuration.

◆ getType()

Returns the type of device.

Definition at line 81 of file SoXtGLGraphicDevice.h.

◆ ~SoXtGLGraphicDevice()

~SoXtGLGraphicDevice ( )

VSG extension Represents the internal part of an OpenGL graphics device on UNIX systems (Xt-based systems).

This class represents a X-windows graphics display (Display *). It is used as an internal part of a graphics device for OpenGL. This class declares or implements all required methods used in the SoGLGraphicDevice class. This class is inherited from SoGLGraphicDevicePeer which is viewed and used as a peer in the OpenGL graphics device class.

SEE ALSO

SoGraphicConfigTemplate, SoGLGraphicConfigTemplate, SoGraphicConfigCompare, SoGLGraphicConfigCompare, SoGraphicConfig, SoGraphicDevice, SoGLGraphicDevice. Destructor.