SoOpenCLConversionConvert Method (SoOpenCLBufferObject, SbDataType, SoOpenCLBufferObject, SbDataType, UInt64) |
Convert the data in a buffer object from one data type to another one.
Namespace: OIV.Inventor.OpenCL.AlgorithmsAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int Convert(
SoOpenCLBufferObject sourceBufferObject,
SbDataType src_type,
SoOpenCLBufferObject targetBufferObject,
SbDataType dst_type,
ulong size
)
Public Function Convert (
sourceBufferObject As SoOpenCLBufferObject,
src_type As SbDataType,
targetBufferObject As SoOpenCLBufferObject,
dst_type As SbDataType,
size As ULong
) As Integer
public:
int Convert(
SoOpenCLBufferObject^ sourceBufferObject,
SbDataType src_type,
SoOpenCLBufferObject^ targetBufferObject,
SbDataType dst_type,
unsigned long long size
)
member Convert :
sourceBufferObject : SoOpenCLBufferObject *
src_type : SbDataType *
targetBufferObject : SoOpenCLBufferObject *
dst_type : SbDataType *
size : uint64 -> int
Parameters
- sourceBufferObject
- Type: OIV.Inventor.DevicesSoOpenCLBufferObject
- src_type
- Type: OIV.InventorSbDataType
- targetBufferObject
- Type: OIV.Inventor.DevicesSoOpenCLBufferObject
- dst_type
- Type: OIV.InventorSbDataType
- size
- Type: SystemUInt64
Return Value
Type:
Int32
Remarks
See Also