Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Loop Utils » GetPreviousObjects
GetPreviousObjects
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Returns the current and the previous objects.
Syntax
void fil::GetPreviousObjects ( const T& inObject, const T& inInitialObject, int inCount, T& outObject1, T& outObject2, T& outObject3, T& outObject4 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inObject | const T& | |||
![]() |
inInitialObject | const T& | Object to be used as the previous one in first iteration | ||
![]() |
inCount | int | 1 - 4 | 2 | |
![]() |
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 |