Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Logic » FisFilter_Xor_OfLoop
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: | fis |
Module: | FoundationLite |
Returns True if (and only if) the number of True values appearing in consecutive iterations is odd.
Syntax
void fis::FisFilter_Xor_OfLoop ( FisFilter_Xor_OfLoopState& ioState, bool inBool, bool& outValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | FisFilter_Xor_OfLoopState& | Object used to maintain state of the function. | |
![]() |
inBool | bool | ||
![]() |
outValue | bool& |
Description
Loop version of FisFilter_Xor.
See Also
- FisFilter_Xor – Returns True if (and only if) the number of True input values is odd.