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.

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.

Hints

  • This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.

See Also