| SoConversion Class |
Type conversion functions for buffers.
Namespace: OIV.Inventor.Algorithms
The SoConversion type exposes the following members.
| Name | Description | |
|---|---|---|
| SoConversion | OIV.Inventor.Algorithms.SoConversion 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. | |
| 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. | |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
This module provides data type conversions, like bytes to floats...
Examples: