Back to Adaptive Vision Library website

You are here: Start » Function Reference » Matrix » GetMatrixElement

GetMatrixElement


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Gets the value of a single element of a matrix.

Syntax

void avl::GetMatrixElement
(
	const avl::Matrix& inMatrix,
	int inRow,
	int inColumn,
	float& outValue
)

Parameters

Name Type Range Default Description
inMatrix const Matrix&
inRow int 0 -
inColumn int 0 -
outValue float&

Errors

Error type Description
DomainError Bad matrix subscript in GetMatrixElement.