Back to FabImage Library Lite website

You are here: Start » Array Composition » FlattenArray

FlattenArray


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Receives an array of arrays, and creates a single one-dimensional array containing all individual elements.

Syntax

void fil::FlattenArray
(
	const ftl::Array<ftl::Array<Type> >& inArray,
	ftl::Array<Type>& outFlattenedArray
)

Parameters

Name Type Default Description
inArray const Array<Array<Type> >& Array to be flattened
outFlattenedArray Array<Type>& Flattened array