Back to FabImage Library Lite website

You are here: Start » Conversions » ProfileToRealArray

ProfileToRealArray


Header: FIL.h
Namespace: fil

Converts a profile to an array of real numbers.

Syntax

void fil::ProfileToRealArray
(
	const fil::Profile& inProfile,
	ftl::Array<float>& outArray
)

Parameters

Name Type Default Description
inProfile const Profile& Input profile
outArray Array<float>&