Back to FabImage Studio website

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

LastTwoObjects


Module: FoundationLite

Returns the current and the previous object.

Name Type Description
Input value
inObject <T>
Input value
inInitialObject <T> Object to be used as the previous one in first iteration
Input value
inReset Bool Reset accumulator state
Output value
outCurrentObject <T> Object from this iteration
Output value
outPreviousObject <T> Object from previous iteration

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.