SoOpenCLConversion Class |
Type conversion functions for OpenCL buffers.
Namespace: OIV.Inventor.OpenCL.Algorithms
The SoOpenCLConversion type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoOpenCLConversion | Constructor. |
Name | Description | |
---|---|---|
![]() | Convert(SoBufferObject, SbDataType, SoBufferObject, SbDataType, UInt64) | Convert the data in a buffer object from one data type to another one. |
![]() | Convert(SoCpuBufferObject, SbDataType, SoCpuBufferObject, SbDataType, UInt64) | Convert the data in a buffer object from one data type to another one. |
![]() | Convert(SoOpenCLBufferObject, SbDataType, SoOpenCLBufferObject, SbDataType, UInt64) | Convert the data in a buffer object from one data type to another one. |
![]() | ConvertFloatToRGBA(SoBufferObject, SoBufferObject, UInt64, Single, Single) | Convert FLOAT data stored in a buffer to (grayscale) RGBA data. |
![]() | ConvertFloatToRGBA(SoCpuBufferObject, SoCpuBufferObject, UInt64, Single, Single) | Convert FLOAT data stored in a buffer to RGBA data. |
![]() | ConvertFloatToRGBA(SoOpenCLBufferObject, SoOpenCLBufferObject, UInt64, Single, Single) | Convert FLOAT data stored in a buffer to (grayscale) RGBA data. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This module provides data type conversions, like bytes to floats...
<font color="#0000FF">NOTE:</font> The classes in this module do not exist in Open Inventor 10.0 and later.
Examples: