cisst-saw
|
Test if the first argument is bound by the second argument. More...
#include <vctBinaryOperations.h>
Public Types | |
typedef _outputType | OutputType |
Static Public Member Functions | |
static OutputType | Operate (const Input1Type &input1, const Input2Type &input2) |
Test if the first argument is bound by the second argument.
Tests if if abs(input1) <= input2. The test does not use the abs function, but tests if (-input2 <= input1) && (input1 <= input2). Note that if input2 is negative, the result is always false.
typedef _outputType vctBinaryOperations< _outputType, _input1Type, _input2Type >::Bound::OutputType |
|
inlinestatic |