Click or drag to resize
SoOpenCLDataExtract Methods

The SoOpenCLDataExtract type exposes the following members.

Methods
  NameDescription
Public methodCopyPlane(SoBufferObject, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Single, Single, Single, Single, Int32, Int32, Int32, SoBufferObject)

Copy a plane.

(Inherited from SoDataExtract.)
Public methodCopyPlane(SoOpenCLBufferObject, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Single, Single, Single, Single, Int32, Int32, Int32, SoOpenCLBufferObject)

Copy plane from OPENCL buffer.

Public methodCopyTile(SoBufferObject, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, SoBufferObject)

Copy a tile.

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

Copy tile from OPENCL buffer.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.

Public methodGetYSliceFromTile(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 methodGetYSliceFromTile(SoOpenCLBufferObject, Int32, Int32, Int32, Int32, Int32, SoOpenCLBufferObject)

Extract Y axis slice from OPENCL buffer.

Public methodGetZSliceFromTile(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 methodGetZSliceFromTile(SoOpenCLBufferObject, Int32, Int32, Int32, Int32, Int32, SoOpenCLBufferObject)

Extract Z axis slice from OPENCL buffer.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also