Back to FabImage Library website
You are here: Start » Function Reference » Matrix » SetMatrixElement
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 |
Sets a single element of a matrix.
Syntax
void fil::SetMatrixElement ( fil::Matrix& ioMatrix, int inRow, int inColumn, float inValue )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Bad matrix subscript in SetMatrixElement. |