Public Types | Public Member Functions

mln::fun::v2v::rgb_to_luma< T_luma > Struct Template Reference

#include <rgb_to_luma.hh>

Inheritance diagram for mln::fun::v2v::rgb_to_luma< T_luma >:
Inheritance graph

List of all members.

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

Detailed Description

template<typename T_luma>
struct mln::fun::v2v::rgb_to_luma< T_luma >

Definition at line 41 of file rgb_to_luma.hh.


Member Typedef Documentation

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]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< rgb_to_luma< T_luma > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename T_luma >
typedef T_luma mln::fun::v2v::rgb_to_luma< T_luma >::result

Definition at line 43 of file rgb_to_luma.hh.


Member Function Documentation

template<typename T_luma >
template<typename T_rgb >
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.