Click or drag to resize
SoOpenCLConvolution Methods

The SoOpenCLConvolution type exposes the following members.

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

This function performs a 1D convolution on a two dimensional buffer using a 1D kernel.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolution1D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolution1D(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32)

This function performs a 1D convolution on a two dimensional buffer using a 1D kernel.

Public methodDoSeparateConvolution2D(SoBufferObject, SoBufferObject, Single, Int32, Int32)

This function performs a 2D convolution on a two dimensional buffer using a 1D kernel.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolution2D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolution2D(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32)

This function performs a 2D convolution on a two dimensional buffer using a 1D kernel.

Public methodDoSeparateConvolutionColumn(SoBufferObject, SoBufferObject, Single, Int32, Int32)

This function performs a column convolution on a two dimensional buffe using a 1D kernel.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolutionColumn(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolutionColumn(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32)

This function performs a column convolution on a two dimensional buffe using a 1D kernel.

Public methodDoSeparateConvolutionRow(SoBufferObject, SoBufferObject, Single, Int32, Int32)

This function performs a row convolution on a two dimensional buffer using a 1D kernel.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolutionRow(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolutionRow(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32)

This function performs a row convolution on a two dimensional buffer using a 1D kernel.

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
See Also