Back to Adaptive Vision 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 avl::FlattenArray ( const atl::Array<atl::Array<Type> >& inArray, atl::Array<Type>& outFlattenedArray )