Back to Adaptive Vision Library website

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

AvsFilter_Xor_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

Returns True if (and only if) the number of True values appearing in consecutive iterations is odd.

Syntax

void avs::AvsFilter_Xor_OfLoop
(
	AvsFilter_Xor_OfLoopState& ioState,
	bool inBool,
	bool& outValue
)

Parameters

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

Description

Loop version of AvsFilter_Xor.

See Also

  • AvsFilter_Xor – Returns True if (and only if) the number of True input values is odd.