Public Types | Public Member Functions

mln::fun::v2v::f_rgb_to_hsi_< T_hsi > Struct Template Reference

#include <rgb_to_hsi.hh>

Inheritance diagram for mln::fun::v2v::f_rgb_to_hsi_< T_hsi >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef f_rgb_to_hsi_< T_hsi > exact_t
typedef void mutable_result
typedef T_hsi result

Public Member Functions

template<typename T_rgb >
T_hsi operator() (const T_rgb &rgb) const

Detailed Description

template<typename T_hsi>
struct mln::fun::v2v::f_rgb_to_hsi_< T_hsi >

Definition at line 48 of file rgb_to_hsi.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< f_rgb_to_hsi_< T_hsi > >::category [inherited]

Reimplemented from mln::Function< f_rgb_to_hsi_< T_hsi > >.

Definition at line 126 of file function.hh.

typedef f_rgb_to_hsi_< T_hsi > mln::Object< f_rgb_to_hsi_< T_hsi > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< f_rgb_to_hsi_< T_hsi > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename T_hsi >
typedef T_hsi mln::fun::v2v::f_rgb_to_hsi_< T_hsi >::result

Definition at line 50 of file rgb_to_hsi.hh.


Member Function Documentation

template<typename T_hsi >
template<typename T_rgb >
T_hsi mln::fun::v2v::f_rgb_to_hsi_< T_hsi >::operator() ( const T_rgb &  rgb  )  const [inline]

Definition at line 74 of file rgb_to_hsi.hh.