cisst-saw
Loading...
Searching...
No Matches
vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Maximum Class Reference

Return the greater of (input1, input2). More...

#include <vctStoreBackBinaryOperations.h>

Static Public Member Functions

static const InputOutputTypeOperate (InputOutputType &input1, const InputOutputType &input2)

Detailed Description

template<class _inputOutputType, class _input2Type = _inputOutputType>
class vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Maximum

Return the greater of (input1, input2).

See also
vctStoreBackBinaryOperations Return the greater of (input1, input2). Note that here all arguments are of the same type, because they have to be compared.

Member Function Documentation

◆ Operate()

template<class _inputOutputType, class _input2Type = _inputOutputType>
const InputOutputType & vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Maximum::Operate ( InputOutputType & input1,
const InputOutputType & input2 )
inlinestatic

Execute the operation.

Parameters
input1First operand (input and output).
input2Second operand.

The documentation for this class was generated from the following file: