Back to FabImage Library website

You are here: Start » Function Reference » Array Basics » ArrayIndices

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
)

Parameters

Name Type Default Description
inArray const Array<Type>&
outArray Array<int>& Array indices