Click or drag to resize
SbKernel3i32 Class

Integer 3D-Kernel for morphological operations.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.ImageVizSbKernel3i32

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

The SbKernel3i32 type exposes the following members.

Constructors
  NameDescription
Public methodSbKernel3i32

Default constructor.

Public methodSbKernel3i32(SbVec3i32)

Constructor defining the size of the kernel.

Public methodSbKernel3i32(UInt64, UInt64, UInt64)

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 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
Remarks

Define an n x m x p integer 3D-kernel.

See Also