Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Logic » FisFilter_MergeOr
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) any of the arguments is True. Accepts conditional values.
Syntax
void fis::FisFilter_MergeOr ( ftl::Conditional<bool> inValue1, ftl::Conditional<bool> inValue2, ftl::Conditional<bool> inValue3, ftl::Conditional<bool> inValue4, ftl::Conditional<bool> inValue5, ftl::Conditional<bool> inValue6, ftl::Conditional<bool> inValue7, ftl::Conditional<bool> inValue8, bool inDefault, bool& outValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inValue1 | Conditional<bool> | False | |
![]() |
inValue2 | Conditional<bool> | False | |
![]() |
inValue3 | Conditional<bool> | False | |
![]() |
inValue4 | Conditional<bool> | False | |
![]() |
inValue5 | Conditional<bool> | False | |
![]() |
inValue6 | Conditional<bool> | False | |
![]() |
inValue7 | Conditional<bool> | False | |
![]() |
inValue8 | Conditional<bool> | False | |
![]() |
inDefault | bool | False | |
![]() |
outValue | bool& |