Back to Aurora Vision Library website

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

AvsFilter_Any_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: avs
Module: FoundationLite

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

Syntax

void avs::AvsFilter_Any_OfLoop
(
	AvsFilter_Any_OfLoopState& ioState,
	bool inBool,
	bool& outValue
)

Parameters

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

Description

Loop version of AvsFilter_Any.

See Also

  • AvsFilter_Any – Returns True if (and only if) at least one value in the input array is True.