cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
vctUnaryOperations< _outputElementType, _inputElementType >::Floor Class Reference

Returns the floor of the input, that is, the largest integer less-than or equal to the input, as an OutputType object. More...

#include <vctUnaryOperations.h>

Static Public Member Functions

static OutputElementType Operate (const InputElementType &input)
 

Detailed Description

template<class _outputElementType, class _inputElementType = _outputElementType>
class vctUnaryOperations< _outputElementType, _inputElementType >::Floor

Returns the floor of the input, that is, the largest integer less-than or equal to the input, as an OutputType object.

See Also
vctUnaryOperations

Member Function Documentation

template<class _outputElementType , class _inputElementType = _outputElementType>
static OutputElementType vctUnaryOperations< _outputElementType, _inputElementType >::Floor::Operate ( const InputElementType input)
inlinestatic

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