Start » Filter Reference » Data Flow » Loop Generators
Loop Generators
Select a filter from the list below.
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 |