Click or drag to resize
SbKernel2i32 Class

Integer 2D-Kernel for morphological operations.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.ImageVizSbKernel2i32

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public class SbKernel2i32 : SoNetBase

The SbKernel2i32 type exposes the following members.

Constructors
  NameDescription
Public methodSbKernel2i32

Default constructor.

Public methodSbKernel2i32(SbVec2i32)

Constructor defining the size of the kernel (numRows, numColumns).

Public methodSbKernel2i32(Int32, Int32)

Constructor defining the size of the kernel.

Top
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 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 (row, col).

Public methodSetSize(SbVec2i32)

Set the size of the kernel.

Public methodSetSize(UInt64, UInt64)

Set the size of the kernel.

Public methodSetValue

Sets the value of the kernel at position (row, col).

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

Define an n x m integer 2D-kernel.

See Also