Back to Adaptive Vision Library website

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

AvsFilter_Or


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) any of the arguments is True.

Syntax

void avs::AvsFilter_Or
(
	bool inValue1,
	bool inValue2,
	bool inValue3,
	bool inValue4,
	bool inValue5,
	bool inValue6,
	bool inValue7,
	bool inValue8,
	bool& outValue
)

Parameters

Name Type Default Description
inValue1 bool False
inValue2 bool False
inValue3 bool False
inValue4 bool False
inValue5 bool False
inValue6 bool False
inValue7 bool False
inValue8 bool False
outValue bool&