SbKernel2i32 Methods |
The SbKernel2i32 type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetNumCols | Returns the number of columns. | |
GetNumRows | Returns the number of rows. | |
GetSize | Returns the size of the kernel. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Returns the value of the kernel at position (row, col). | |
SetSize(SbVec2i32) | Set the size of the kernel. | |
SetSize(UInt64, UInt64) | Set the size of the kernel. | |
SetValue | Sets the value of the kernel at position (row, col). | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |