Back to Adaptive Vision Library website

You are here: Start » Function Reference » Array Composition » JoinArrays_OfArray

JoinArrays_OfArray


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 avl::JoinArrays_OfArray
(
	const atl::Array<atl::Array<Type> >& inArrays,
	atl::Array<Type>& outJoinedArray
)

Parameters

Name Type Default Description
inArrays const Array<Array<Type> >& Arrays to be joined
outJoinedArray Array<Type>& Joined array

See Also

JoinArrays_OfLoop