ERC CISST - cisst software

vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Minimum Class Reference

#include <vctStoreBackBinaryOperations.h>

List of all members.


Detailed Description

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

Return the of lesser (input1, input2).

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

Definition at line 208 of file vctStoreBackBinaryOperations.h.

Static Public Member Functions


Member Function Documentation

template<class _inputOutputType, class _input2Type = _inputOutputType>
static const InputOutputType& vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Minimum::Operate ( InputOutputType input1,
const InputOutputType input2 
) [inline, static]

Execute the operation.

Parameters:
input1 First operand (input and output).
input2 Second operand.

Definition at line 215 of file vctStoreBackBinaryOperations.h.


The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu