Click or drag to resize
SbKernel3i32 Methods

The SbKernel3i32 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 methodGetNumCols

Returns the number of columns.

Public methodGetNumRows

Returns the number of rows.

Public methodGetNumSlices

Returns the number of slices.

Public methodGetSize

Returns the size of the kernel.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue

Returns the value of the kernel at position (i, j, k).

Public methodSetSize(SbVec3i32)

Set the size of the kernel.

Public methodSetSize(UInt64, UInt64, UInt64)

Set the size of the kernel.

Public methodSetValue

Sets the value of the kernel at position (i, j, k).

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