Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Array Basics » AvsFilter_GetMultipleArrayElements_Deprecated

AvsFilter_GetMultipleArrayElements_Deprecated


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: avs

Extracts multiple elements from an array.

Syntax

void avs::AvsFilter_GetMultipleArrayElements_Deprecated
(
	const atl::Array<Type>& inArray,
	const atl::Array<int>& inIndices,
	bool inInverse,
	atl::Array<Type>& outValues
)

Parameters

Name Type Default Description
Input value inArray const Array<Type>& Input array
Input value inIndices const Array<int>& Indices within the array
Input value inInverse bool Determines if the indices are counted from beginning or from end of the input array
Output value outValues Array<Type>& Output values

Errors

List of possible exceptions:

Error type Description
DomainError Index out of range in GetMultipleArrayElements_Deprecated.