Click or drag to resize
SoOpenCLApi Class

OpenCL access API.

Inheritance Hierarchy

Namespace: OIV.Inventor.OpenCL
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public sealed class SoOpenCLApi : SoNetBase

The SoOpenCLApi type exposes the following members.

Methods
  NameDescription
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

The SoOpenCLApi class provides functions to perform specific OpenCL operations.

<font color="#0000FF">NOTE:</font> The classes in this module do not exist in Open Inventor 10.0 and later.

Most of the functions setup SoOpenCLHandle parameters, like the function arguments, block size, etc. Those parameters are used when the OpenCL function is called.

USAGE

You can call the provided functions with a valid handle created by the SoOpenCL class.

See Also