Back to FabImage Library websiteYou are here:
Start »
Function Reference »
All Functions »
Array Basics »
FisFilter_GetMultipleArrayElements_Deprecated
FisFilter_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: |
fis |
Module: |
FoundationLite |
Extracts multiple elements from an array.
Syntax
void fis::FisFilter_GetMultipleArrayElements_Deprecated
(
const ftl::Array<Type>& inArray,
const ftl::Array<int>& inIndices,
bool inInverse,
ftl::Array<Type>& outValues
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inArray |
const Array<Type>& |
|
Input array |
 |
inIndices |
const Array<int>& |
|
Indices within the array |
 |
inInverse |
bool |
|
Determines if the indices are counted from beginning or from end of the input array |
 |
outValues |
Array<Type>& |
|
Output values |
Errors
List of possible exceptions:
Error type |
Description |
DomainError |
Index out of range in GetMultipleArrayElements_Deprecated. |