Click or drag to resize
SbKernel3i32GetValue Method

Returns 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 int GetValue(
	int indexCol,
	int indexRow,
	int indexSlice
)

Parameters

indexCol
Type: SystemInt32
indexRow
Type: SystemInt32
indexSlice
Type: SystemInt32

Return Value

Type: Int32
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