Back to FabImage Library Lite website

You are here: Start » Basic » Matrix » SaveMatrix

SaveMatrix


Header: STD.h
Namespace: fil

Saves a serialized Matrix object as FIDATA file.

Syntax

void fil::SaveMatrix
(
	const fil::Matrix& inMatrix,
	const ftl::File& inFilename
)

Parameters

Name Type Default Description
inMatrix const Matrix& Matrix to be serialized
inFilename const File& Name of the target file