Uses of Class
com.openinventor.inventor.devices.SoDeviceContextSharedGroup
-
Packages that use SoDeviceContextSharedGroup Package Description com.openinventor.inventor.caches com.openinventor.inventor.devices Open Inventor supported devices. -
-
Uses of SoDeviceContextSharedGroup in com.openinventor.inventor.caches
Methods in com.openinventor.inventor.caches with parameters of type SoDeviceContextSharedGroup Modifier and Type Method Description void
SoBaseContextCache. release(SoDeviceContextSharedGroup name_8543)
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 SoDeviceContextSharedGroup Modifier and Type Method Description SoDeviceContextSharedGroup
SoBaseContextObject. getContextSharedGroup()
Returns the OpenGL context in which the OpenGL objects were created.SoDeviceContextSharedGroup
SoDeviceContext. getSharedGroup()
Returns the current shared group.Methods in com.openinventor.inventor.devices with parameters of type SoDeviceContextSharedGroup Modifier and Type Method Description boolean
SoDeviceContext. setSharedGroup(SoDeviceContextSharedGroup sharedGroup)
Explicitly change the sharedGroup.Constructors in com.openinventor.inventor.devices with parameters of type SoDeviceContextSharedGroup Constructor Description SoBaseContextObject(SoDeviceContextSharedGroup sharedContextGroup)
Constructor.
-