Back to FabImage Library website
You are here: Start » Function Reference » Matrix » GetMatrixRow
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 |
Gets the values from a single row of a matrix.
Syntax
void fil::GetMatrixRow ( const fil::Matrix& inMatrix, int inRow, ftl::Array<float>& outValues )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Bad row subscript in GetMatrixRow. |