Back to FabImage Library website
You are here: Start » Function Reference » Array Transforms » SlideArray
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 |
Creates two copies of the input array - one with elements removed at the beginning, the other with elements removed at the end.
Syntax
void fil::SlideArray ( const ftl::Array<Type>& inArray, int inShift, ftl::Array<Type>& outArray1, ftl::Array<Type>& outArray2 )