Back to FabImage Studio website
You are here: Start » Filter Reference » Array Basics » GetArrayElements
Extracts up to 8 individual elements from an array.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inArray | <T>Array | Input array | |
![]() |
inStart | Integer | 0 - ![]() |
First element index |
![]() |
inCount | Integer | 1 - 8 | Number of elements to extract |
![]() |
outValue1 | <T> | First output value | |
![]() |
outValue2 | <T> | Second output value | |
![]() |
outValue3 | <T> | Third output value | |
![]() |
outValue4 | <T> | Fourth output value | |
![]() |
outValue5 | <T> | Fifth output value | |
![]() |
outValue6 | <T> | Sixth output value | |
![]() |
outValue7 | <T> | Seventh output value | |
![]() |
outValue8 | <T> | Eighth output value |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Examples
Description of usage of this filter can be found in examples and tutorial: Rubber Ring, Camera Calibration and World Coordinates Calibration from Chessboard Grid.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Bad count in GetArrayElements. |
DomainError | Index out of range in GetArrayElements. |
Complexity Level
This filter is available on Basic Complexity Level.