Back to FabImage Library website

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

SaveMatrix


Header:STD.h
Namespace:fil

Saves 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