Uses of Class
com.openinventor.inventor.devices.SoDeviceContext
Packages that use SoDeviceContext
Package
Description
Module that define available Open Inventor optimized algoritms.
Open Inventor supported devices.
-
Uses of SoDeviceContext in com.openinventor.inventor.algorithms
Methods in com.openinventor.inventor.algorithms that return SoDeviceContextModifier and TypeMethodDescriptionSoAlgorithms.createContext()
Returns a DeviceContext that can be used with the algorithms module andSoBufferObject
returned by the createBufferObject function. -
Uses of SoDeviceContext in com.openinventor.inventor.devices
Subclasses of SoDeviceContext in com.openinventor.inventor.devicesModifier and TypeClassDescriptionclass
CPU device context managment class.class
OpenGL context management class.Methods in com.openinventor.inventor.devices that return SoDeviceContextModifier and TypeMethodDescriptionSoBufferObject.getContext()
Returns the device context where this buffer is valid.SoDeviceContextSharedGroup.getPrimaryContext()
Returns the first context found in the shared group.Methods in com.openinventor.inventor.devices with parameters of type SoDeviceContextModifier and TypeMethodDescriptionvoid
SoDeviceContextSharedGroup.add
(SoDeviceContext ctx) Adds a device context to the group.boolean
SoDeviceContextSharedGroup.contains
(SoDeviceContext ctx) Returns true if the passed context is part of the shared group.boolean
SoDeviceContext.isCompatible
(SoDeviceContext name_10853) Returns true if two contexts are compatible.boolean
SoDeviceContext.isSharedWith
(SoDeviceContext context) Returns the current sharing state with passed context.void
SoDeviceContextSharedGroup.remove
(SoDeviceContext ctx) Removes a device context from the group.boolean
SoDeviceContext.setSharedWith
(SoDeviceContext sourceCtx) Share this context.