Back to FabImage Library website
You are here: Start » Function Reference » Array Basics » ArrayIndices
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 an array of element indices, i.e. {0, 1, 2, ..., N-1}, where N is the length of the input array.
Syntax
void fil::ArrayIndices ( const ftl::Array<Type>& inArray, ftl::Array<int>& outArray )