Back to FabImage Library website

You are here: Start » Function Reference » Logic » FisFilter_Or_OfLoop

FisFilter_Or_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

Returns True if (and only if) at least one value appearing in consecutive iterations is True.

Syntax

void fis::FisFilter_Or_OfLoop
(
	FisFilter_Or_OfLoopState& ioState,
	bool inBool,
	bool& outValue
)

Parameters

Name Type Default Description
ioState FisFilter_Or_OfLoopState& Object used to maintain state of the function.
inBool bool
outValue bool&

Description

Loop version of FisFilter_Or.

See Also

  • FisFilter_Or – Returns True if (and only if) any of the arguments is True.