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 andSoBufferObjectreturned by the createBufferObject function. -
Uses of SoDeviceContext in com.openinventor.inventor.devices
Subclasses of SoDeviceContext in com.openinventor.inventor.devicesModifier and TypeClassDescriptionclassCPU device context managment class.classOpenGL 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 TypeMethodDescriptionvoidSoDeviceContextSharedGroup.add(SoDeviceContext ctx) Adds a device context to the group.booleanSoDeviceContextSharedGroup.contains(SoDeviceContext ctx) Returns true if the passed context is part of the shared group.booleanSoDeviceContext.isCompatible(SoDeviceContext name_10860) Returns true if two contexts are compatible.booleanSoDeviceContext.isSharedWith(SoDeviceContext context) Returns the current sharing state with passed context.voidSoDeviceContextSharedGroup.remove(SoDeviceContext ctx) Removes a device context from the group.booleanSoDeviceContext.setSharedWith(SoDeviceContext sourceCtx) Share this context.