Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » 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
Module: FoundationLite

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
Input value inValue1 bool False
Input value inValue2 bool False
Input value inValue3 bool False
Input value inValue4 bool False
Input value inValue5 bool False
Input value inValue6 bool False
Input value inValue7 bool False
Input value inValue8 bool False
Output value outValue bool&