ERC CISST - cisst software

vctBinaryOperations< _outputType, _input1Type, _input2Type >::Minimum 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 >::Minimum

Return the lesser of (input1, input2).

See also:
vctBinaryOperations 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 226 of file vctBinaryOperations.h.

Public Types

Static Public Member Functions


Member Function Documentation

template<class _outputType, class _input1Type = _outputType, class _input2Type = _outputType>
static const OutputType& vctBinaryOperations< _outputType, _input1Type, _input2Type >::Minimum::Operate ( const OutputType input1,
const OutputType input2 
) [inline, static]

Execute the operation.

Parameters:
input1 First operand.
input2 Second operand.

Definition at line 234 of file vctBinaryOperations.h.


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