Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Array » Array Composition » JoinArrays_WithIds

JoinArrays_WithIds


Module: FoundationLite

Concatenates the input arrays and the ID arrays associated with them one after another.

Applications

Originally created for merging results of multiple instances of DL_LocatePoints or DL_SegmentInstances.
Name Type Description
inArray1 <T>Array First array to be joined
inIdArray1 IntegerArray First id array to be joined
inArray2 <T>Array Second array to be joined
inIdArray2 IntegerArray Second id array to be joined
inArray3 <T>Array Third array to be joined
inIdArray3 IntegerArray Third id array to be joined
inArray4 <T>Array Fourth array to be joined
inIdArray4 IntegerArray Fourth id array to be joined
outJoinedArray <T>Array Joined array
outSourceIds IntegerArray Joined id array

The type of this filter is defined using the type variable T which represents any valid type. Read more.

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 Inconsistent array sizes in JoinArrays_WithIds.

Complexity Level

This filter is available on Basic Complexity Level.