SoCpuContext Class |
CPU device context managment class.
Namespace: OIV.Inventor.Devices
The SoCpuContext type exposes the following members.
Name | Description | |
---|---|---|
SoCpuContext | Calls SoCpuContext((OIV.Inventor.Devices.SoCpuDevice ^)nullptr). | |
SoCpuContext(SoCpuDevice) | Default constructor. |
Name | Description | |
---|---|---|
Bind | Bind this context to the current thread. | |
Dispose |
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.) | |
Equals | (Inherited from Object.) | |
GetCurrent | Returns the currently bound context (if any) for the current thread. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetSharedGroup | Returns the current shared group. | |
GetSharedId | Returns an id common to all compatible/shared contexts. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCompatible | Returns true if two contexts are compatible. | |
IsCurrent | Returns true if the context is valid and currently active. | |
IsSharable | Returns the sharable status of this context. | |
IsSharedWith | Returns the current sharing state with passed context. | |
IsValid | Returns true if this context is valid. | |
SetSharable | Sets the sharable property. | |
SetSharedGroup | Explicitly change the sharedGroup. | |
SetSharedWith | Share this context. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unbind | Unbind this context from the current thread. |
Name | Description | |
---|---|---|
IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
This class provides functions to manage CPU device contexts.