Click or drag to resize
SoOpenCLDataExtractGetXSliceFromTile Method
Overload List
  NameDescription
Public methodGetXSliceFromTile(SoBufferObject, Int32, Int32, Int32, Int32, Int32, SoBufferObject)

Extract an X axis slice Given a buffer containing an LDM volume data tile, extract the Nth slice of data along the X axis, where slices are numbered 0 to dimx-1.

(Inherited from SoDataExtract.)
Public methodGetXSliceFromTile(SoOpenCLBufferObject, Int32, Int32, Int32, Int32, Int32, SoOpenCLBufferObject)

Extract X axis slice from OPENCL buffer.

Top
See Also