Click or drag to resize
SoOpenCLArithmeticShift Method (SoOpenCLBufferObject, SbDataType, SoOpenCLBufferObject, SbDataType, Single)

B = A + shiftFactor OpenCL input version.

Namespace: OIV.Inventor.OpenCL.Algorithms
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public int Shift(
	SoOpenCLBufferObject inputBufferA,
	SbDataType typeA,
	SoOpenCLBufferObject outputBufferB,
	SbDataType typeB,
	float shiftFactor
)

Parameters

inputBufferA
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeA
Type: OIV.InventorSbDataType
outputBufferB
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
typeB
Type: OIV.InventorSbDataType
shiftFactor
Type: SystemSingle

Return Value

Type: Int32
Remarks