SoOpenCLConvolution Class |
Convolution functions for OpenCL buffers.
Inheritance Hierarchy
Namespace: OIV.Inventor.OpenCL.AlgorithmsAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic class SoOpenCLConvolution : SoConvolution
Public Class SoOpenCLConvolution
Inherits SoConvolution
public ref class SoOpenCLConvolution : public SoConvolution
type SoOpenCLConvolution =
class
inherit SoConvolution
end
The SoOpenCLConvolution type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | DoSeparateConvolution1D(SoBufferObject, SoBufferObject, Single, Int32, Int32) | This function performs a 1D convolution on a two dimensional buffer using a 1D kernel. (Inherited from SoConvolution.) |
 | DoSeparateConvolution1D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32) | Fast version for CPU buffers. (Inherited from SoConvolution.) |
 | DoSeparateConvolution1D(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32) | This function performs a 1D convolution on a two dimensional buffer using a 1D kernel. |
 | DoSeparateConvolution2D(SoBufferObject, SoBufferObject, Single, Int32, Int32) | This function performs a 2D convolution on a two dimensional buffer using a 1D kernel. (Inherited from SoConvolution.) |
 | DoSeparateConvolution2D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32) | Fast version for CPU buffers. (Inherited from SoConvolution.) |
 | DoSeparateConvolution2D(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32) | This function performs a 2D convolution on a two dimensional buffer using a 1D kernel. |
 | DoSeparateConvolutionColumn(SoBufferObject, SoBufferObject, Single, Int32, Int32) | This function performs a column convolution on a two dimensional buffe using a 1D kernel. (Inherited from SoConvolution.) |
 | DoSeparateConvolutionColumn(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32) | Fast version for CPU buffers. (Inherited from SoConvolution.) |
 | DoSeparateConvolutionColumn(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32) | This function performs a column convolution on a two dimensional buffe using a 1D kernel. |
 | DoSeparateConvolutionRow(SoBufferObject, SoBufferObject, Single, Int32, Int32) | This function performs a row convolution on a two dimensional buffer using a 1D kernel. (Inherited from SoConvolution.) |
 | DoSeparateConvolutionRow(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32) | Fast version for CPU buffers. (Inherited from SoConvolution.) |
 | DoSeparateConvolutionRow(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32) | This function performs a row convolution on a two dimensional buffer using a 1D kernel. |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
RemarksThis module provides functions to perform convolution on 2D buffers.
<font color="#0000FF">NOTE:</font> The classes in this module do not exist in Open Inventor 10.0 and later.
Examples:
See Also