Back to FabImage Library website
You are here: Start » Function Reference » Array Transforms » TrimArraysToEqualSize
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Removes some trailing elements from the longer array of the two so that the output arrays have equal size.
Syntax
void fil::TrimArraysToEqualSize ( const ftl::Array<Type>& inArray1, const ftl::Array<Type>& inArray2, ftl::Array<Type>& outArray1, ftl::Array<Type>& outArray2 )