You are here: Start » Function Reference » All Functions » Array Composition
Array Composition
Select Filter Equivalent below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
AccumulateArray | Joins arrays appearing in consecutive iterations. |
FoundationLite | |
![]() |
FisFilter_AppendToArray | Inserts a new element at the end of an array. |
FoundationLite | |
![]() |
FisFilter_InsertArrayToArray | Inserts an array at the specified index of another array. |
FoundationLite | |
![]() |
FisFilter_InsertToArray | Inserts a new element to an array at a specified location. |
FoundationLite | |
![]() |
FisFilter_JoinArrays | Concatenates the input arrays one after another. |
FoundationLite | |
![]() |
FisFilter_JoinArrays_WithIds | Concatenates the input arrays and the ID arrays associated with them one after another. Originally created for merging results of multiple instances of DL_LocatePoints or DL_SegmentInstances. |
FoundationLite | |
![]() |
FisFilter_MergeArrays | Concatenates conditional arrays one after another. Any array that is Nil becomes skipped. |
FoundationLite | |
![]() |
FlattenArray | Receives an array of arrays, and creates a single one-dimensional array containing all individual elements. E.g. when multiple points are detected within multiple regions we receive a Point2DArrayArray. This 2D data structure keeps track of which point comes from which region. We can flatten this structure to 1D array by using this filter. |
FoundationLite | |
![]() |
JoinArrays_OfLoop | Joins arrays appearing in consecutive iterations. |
FoundationLite | |
![]() |
RemoveArrayElement | Removes an element at the given index from the input array. |
FoundationLite | |
![]() |
RemoveMultipleArrayElements | Removes elements at the given indices from the input array. |
FoundationLite | |
![]() |
RemoveRangeFromArray | Removes elements at the given indices from the input array. |
FoundationLite | |
![]() |
RemoveValueFromArray | Removes the first or all of the elements of the given value from an array. |
FoundationLite | |
![]() |
ReplaceInArray | Replaces all matching elements in an array with a new value. |
FoundationLite |