Back to FabImage Library website

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

FisFilter_And_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) all values appearing in consecutive iterations are True.

Syntax

void fis::FisFilter_And_OfLoop
(
	FisFilter_And_OfLoopState& ioState,
	bool inBool,
	bool& outValue
)

Parameters

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

Description

Loop version of FisFilter_And.

See Also

  • FisFilter_And – Returns True if (and only if) all arguments are True.