|
cisst-saw
|
Logical Or operator between input1 and input2. More...
#include <vctBinaryOperations.h>
Public Types | |
| typedef _outputType | OutputType |
Static Public Member Functions | |
| static OutputType | Operate (const OutputType &input1, const OutputType &input2) |
| static OutputType | NeutralElement () |
Logical Or operator between input1 and input2.
Note that here all arguments are of the same type.
| typedef _outputType vctBinaryOperations< _outputType, _input1Type, _input2Type >::Or::OutputType |
|
inlinestatic |
|
inlinestatic |
Execute the operation.
| input1 | First operand. |
| input2 | Second operand. |