SbKernel3i32 Class |
Integer 3D-Kernel for morphological operations.
Namespace: OIV.ImageViz
The SbKernel3i32 type exposes the following members.
Name | Description | |
---|---|---|
SbKernel3i32 | Default constructor. | |
SbKernel3i32(SbVec3i32) | Constructor defining the size of the kernel. | |
SbKernel3i32(UInt64, UInt64, UInt64) | Constructor defining the size of the kernel. |
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. | |
GetNumSlices | Returns the number of slices. | |
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 (i, j, k). | |
SetSize(SbVec3i32) | Set the size of the kernel. | |
SetSize(UInt64, UInt64, UInt64) | Set the size of the kernel. | |
SetValue | Sets the value of the kernel at position (i, j, k). | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Define an n x m x p integer 3D-kernel.