You are here: Start » Function Reference » Data Flow
Data Flow
Loop Generators |
||||
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
EnumerateCombinations | In each consecutive iteration produces a consecutive combination of integer numbers. |
FoundationLite | |
![]() |
EnumerateElementPairs | Produces a total number of 'inCount1 * inCount2' of pairs of elements. |
FoundationLite | |
![]() |
EnumerateElements | In each iteration gets a consecutive element of the input array. |
FoundationLite | |
![]() |
EnumerateIntegerPairs | Produces a total number of 'inCount1 * inCount2' of pairs of integer numbers. |
FoundationLite | |
![]() |
EnumerateIntegers | In each consecutive iteration produces a consecutive number from an arithmetic sequence. |
FoundationLite | |
![]() |
EnumerateRealPairs | Produces a total number of 'inCount1 * inCount2' of pairs of real numbers. |
FoundationLite | |
![]() |
EnumerateReals | In each consecutive iteration produces a consecutive number from an arithmetic sequence. |
FoundationLite | |
![]() |
Loop | Generates a loop that ends at the first invocation with False on the input. Put this filter into a task that should have a loop, but does not have any other loop generators (e.g. GrabImage). |
FoundationLite | |
![]() |
Repeat | Generates a loop that ends at the first invocation with True on the input. Put this filter into a task that should have a loop, but does not have any other loop generators (e.g. GrabImage). |
FoundationLite |