Click or drag to resize
SbKernel3i32SetValue Method

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

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetValue(
	int indexCol,
	int indexRow,
	int indexSlice,
	int value
)

Parameters

indexCol
Type: SystemInt32
indexRow
Type: SystemInt32
indexSlice
Type: SystemInt32
value
Type: SystemInt32
Remarks

Range of each index is between 0 and n-1 with n, the number of elements in each dimension, i.e OIV.ImageViz.SbKernel3i32.GetNumCols() for columns, OIV.ImageViz.SbKernel3i32.GetNumRows() for rows, and OIV.ImageViz.SbKernel3i32.GetNumSlices() for slices. Throws an SbException if indices are out of bounds.

See Also