#include <functions.hh>
Inheritance diagram for RVL::RVLMax< Scalar >:

Public Member Functions | |
| RVLMax () | |
| RVLMax (Scalar _res) | |
| RVLMax (const RVLMax< Scalar > &m) | |
| ~RVLMax () | |
| void | setValue () |
| void | operator() (LocalDataContainer< Scalar > const &x) |
| string | getName () const |
Works of course only for Scalar types that have a max function.
Definition at line 160 of file functions.hh.
| RVL::RVLMax< Scalar >::RVLMax | ( | ) |
Definition at line 163 of file functions.hh.
| RVL::RVLMax< Scalar >::RVLMax | ( | Scalar | _res | ) |
Definition at line 165 of file functions.hh.
| RVL::RVLMax< Scalar >::RVLMax | ( | const RVLMax< Scalar > & | m | ) |
Definition at line 167 of file functions.hh.
| RVL::RVLMax< Scalar >::~RVLMax | ( | ) |
Definition at line 169 of file functions.hh.
| void RVL::RVLMax< Scalar >::setValue | ( | ) | [virtual] |
| void RVL::RVLMax< Scalar >::operator() | ( | LocalDataContainer< Scalar > const & | x | ) | [virtual] |
Implements RVL::UnaryLocalConstEval< Scalar >.
Definition at line 174 of file functions.hh.
References RVL::LocalDataContainer< DataType >::getData(), and RVL::LocalDataContainer< DataType >::getSize().
| string RVL::RVLMax< Scalar >::getName | ( | ) | const [virtual] |
1.4.7