Uses of Class
com.openinventor.inventor.devices.SoDeviceContextSharedGroup
Packages that use SoDeviceContextSharedGroup
Package
Description
Open Inventor supported devices.
-
Uses of SoDeviceContextSharedGroup in com.openinventor.inventor.caches
Methods in com.openinventor.inventor.caches with parameters of type SoDeviceContextSharedGroupModifier and TypeMethodDescriptionvoid
SoBaseContextCache.release
(SoDeviceContextSharedGroup name_8343) This function is called when a context has been requested to delete the context through the SoDeviceContext.dispose() method. -
Uses of SoDeviceContextSharedGroup in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoDeviceContextSharedGroupModifier and TypeMethodDescriptionSoBaseContextObject.getContextSharedGroup()
Returns the OpenGL context in which the OpenGL objects were created.SoDeviceContext.getSharedGroup()
Returns the current shared group.Methods in com.openinventor.inventor.devices with parameters of type SoDeviceContextSharedGroupModifier and TypeMethodDescriptionboolean
SoDeviceContext.setSharedGroup
(SoDeviceContextSharedGroup sharedGroup) Explicitly change the sharedGroup.Constructors in com.openinventor.inventor.devices with parameters of type SoDeviceContextSharedGroupModifierConstructorDescriptionSoBaseContextObject
(SoDeviceContextSharedGroup sharedContextGroup) Constructor.