Uses of Class
com.openinventor.inventor.devices.SoDeviceContext
-
Packages that use SoDeviceContext Package Description com.openinventor.inventor.algorithms Module that define available Open Inventor optimized algoritms.com.openinventor.inventor.devices Open Inventor supported devices. -
-
Uses of SoDeviceContext in com.openinventor.inventor.algorithms
Methods in com.openinventor.inventor.algorithms that return SoDeviceContext Modifier and Type Method Description SoDeviceContext
SoAlgorithms. 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.devices Modifier and Type Class Description class
SoCpuContext
CPU device context managment class.class
SoGLContext
OpenGL context management class.Methods in com.openinventor.inventor.devices that return SoDeviceContext Modifier and Type Method Description SoDeviceContext
SoBufferObject. getContext()
Returns the device context where this buffer is valid.SoDeviceContext
SoDeviceContextSharedGroup. getPrimaryContext()
Returns the first context found in the shared group.Methods in com.openinventor.inventor.devices with parameters of type SoDeviceContext Modifier and Type Method Description void
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_11128)
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.
-