Back to Adaptive Vision Library website

You are here: Start » Function Reference » Loop Generators

Loop Generators

Select a function from the list below.

IconNameDescription
EnumerateCombinationsIn each consecutive iteration produces a consecutive combination of integer numbers.
EnumerateIntegerPairsProduces a total number of 'inCount1 * inCount2' of pairs of integer numbers.
EnumerateIntegersIn each consecutive iteration produces a consecutive number from an arithmetic sequence.
EnumerateRealPairsProduces a total number of 'inCount1 * inCount2' of pairs of real numbers.
EnumerateRealsIn each consecutive iteration produces a consecutive number from an arithmetic sequence.

Select Filter Equivalent below.

IconNameDescription
LoopPut this filter into a task that should have a loop, but does not have any other loop generators (e.g. GrabImage).