Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Data Flow » Loop Utils » GetPreviousObjects

GetPreviousObjects


Module: FoundationLite

Returns the current and the previous objects.

Name Type Range Description
inObject <T>
inInitialObject <T> Object to be used as the previous one in first iteration
inCount Integer 1 - 4
outObject1 <T> Object from this iteration
outObject2 <T> Object from the previous iteration
outObject3 <T> Object from the iteration before the previous
outObject4 <T> Object from the iteration before the iteration before the previous

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

Complexity Level

This filter is available on Advanced Complexity Level.