Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Matrix » GetMatrixElement
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Gets the value of a single element of a matrix.
Syntax
void fil::GetMatrixElement ( const fil::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
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Bad matrix subscript in GetMatrixElement. |