Package | Description |
---|---|
com.openinventor.inventor.algorithms |
Module that define available Open Inventor optimized algoritms.
|
com.openinventor.inventor.devices |
Open Inventor supported devices.
|
Modifier and Type | Method and Description |
---|---|
SoDeviceContext |
SoAlgorithms.createContext()
Returns a DeviceContext that can be used with the algorithms module and
SoBufferObject returned by the createBufferObject function. |
Modifier and Type | Class and Description |
---|---|
class |
SoCpuContext
CPU device context managment class.
|
class |
SoGLContext
OpenGL context management class.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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_12363)
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.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com