SoOpenCLDataExtractGetYSliceFromTile Method (SoOpenCLBufferObject, Int32, Int32, Int32, Int32, Int32, SoOpenCLBufferObject) |
Extract Y axis slice from OPENCL buffer.
Namespace: OIV.Inventor.OpenCL.AlgorithmsAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int GetYSliceFromTile(
SoOpenCLBufferObject inputTile,
int dimx,
int dimy,
int dimz,
int datumSize,
int slice,
SoOpenCLBufferObject outputSlice
)
Public Function GetYSliceFromTile (
inputTile As SoOpenCLBufferObject,
dimx As Integer,
dimy As Integer,
dimz As Integer,
datumSize As Integer,
slice As Integer,
outputSlice As SoOpenCLBufferObject
) As Integer
public:
int GetYSliceFromTile(
SoOpenCLBufferObject^ inputTile,
int dimx,
int dimy,
int dimz,
int datumSize,
int slice,
SoOpenCLBufferObject^ outputSlice
)
member GetYSliceFromTile :
inputTile : SoOpenCLBufferObject *
dimx : int *
dimy : int *
dimz : int *
datumSize : int *
slice : int *
outputSlice : SoOpenCLBufferObject -> int
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
See Also