Click or drag to resize
SoOpenCLDataExtractGetXSliceFromTile Method (SoOpenCLBufferObject, Int32, Int32, Int32, Int32, Int32, SoOpenCLBufferObject)

Extract X axis slice from OPENCL buffer.

Namespace: OIV.Inventor.OpenCL.Algorithms
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int GetXSliceFromTile(
	SoOpenCLBufferObject inputTile,
	int dimx,
	int dimy,
	int dimz,
	int datumSize,
	int slice,
	SoOpenCLBufferObject outputSlice
)

Parameters

inputTile
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
dimx
Type: SystemInt32
dimy
Type: SystemInt32
dimz
Type: SystemInt32
datumSize
Type: SystemInt32
slice
Type: SystemInt32
outputSlice
Type: OIV.Inventor.DevicesSoOpenCLBufferObject

Return Value

Type: Int32
Remarks