ERC CISST - cisst software
vctBinaryOperations< _outputType, _input1Type, _input2Type >::Bound Class Reference
#include <vctBinaryOperations.h>
List of all members.
Detailed Description
template<class _outputType, class _input1Type = _outputType, class _input2Type = _outputType>
class vctBinaryOperations< _outputType, _input1Type, _input2Type >::Bound
Test if the first argument is bound by the second argument.
- See also:
- vctBinaryOperations
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.
Definition at line 423 of file vctBinaryOperations.h.
Public Types
Static Public Member Functions
The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu