#include <rgb_to_luma.hh>

Public Types | |
| typedef Function_v2v< void > | category |
| typedef rgb_to_luma< T_luma > | exact_t |
| typedef void | mutable_result |
| typedef T_luma | result |
Public Member Functions | |
| template<typename T_rgb > | |
| T_luma | operator() (const T_rgb &rgb) const |
Definition at line 41 of file rgb_to_luma.hh.
typedef Function_v2v<void> mln::Function_v2v< rgb_to_luma< T_luma > >::category [inherited] |
Reimplemented from mln::Function< rgb_to_luma< T_luma > >.
Definition at line 126 of file function.hh.
typedef rgb_to_luma< T_luma > mln::Object< rgb_to_luma< T_luma > >::exact_t [inherited] |
typedef void mln::Function_v2v< rgb_to_luma< T_luma > >::mutable_result [inherited] |
Definition at line 127 of file function.hh.
| typedef T_luma mln::fun::v2v::rgb_to_luma< T_luma >::result |
Definition at line 43 of file rgb_to_luma.hh.
| T_luma mln::fun::v2v::rgb_to_luma< T_luma >::operator() | ( | const T_rgb & | rgb | ) | const [inline] |
Definition at line 57 of file rgb_to_luma.hh.
1.7.1