Click or drag to resize
SoConvolution Methods

The SoConvolution 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.

Public methodDoSeparateConvolution1D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

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

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

Public methodDoSeparateConvolution2D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

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

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

Public methodDoSeparateConvolutionColumn(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

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

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

Public methodDoSeparateConvolutionRow(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

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