Back to FabImage Library website

You are here: Start » Function Reference » Basic » Matrix » LoadMatrix

LoadMatrix


Header: STD.h
Namespace: fil
Module: FoundationLite

Loads a serialized Matrix object from an FIDATA file.

Syntax

void fil::LoadMatrix
(
	const ftl::File& inFilename,
	fil::Matrix& outMatrix
)

Parameters

Name Type Default Description
Input value inFilename const File& Name of the source file
Output value outMatrix Matrix& Deserialized Matrix