Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Logic » FisFilter_All_OfLoop

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

Syntax

void fis::FisFilter_All_OfLoop
(
	FisFilter_All_OfLoopState& ioState,
	bool inBool,
	bool& outValue
)

Parameters

Name Type Default Description
Input will be modified ioState FisFilter_All_OfLoopState& Object used to maintain state of the function.
Input value inBool bool
Output value outValue bool&

Description

Loop version of FisFilter_All.

See Also

  • FisFilter_All – Returns True if (and only if) all values in the input array True.