Public Types | Public Member Functions

mln::fun::v2v::f_hsi_to_rgb_< T_rgb > Struct Template Reference

Convert a hsi value to rgb. More...

#include <hsi_to_rgb.hh>

Inheritance diagram for mln::fun::v2v::f_hsi_to_rgb_< T_rgb >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef f_hsi_to_rgb_< T_rgb > exact_t
typedef void mutable_result
typedef T_rgb result

Public Member Functions

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

Detailed Description

template<typename T_rgb>
struct mln::fun::v2v::f_hsi_to_rgb_< T_rgb >

Convert a hsi value to rgb.

Definition at line 56 of file hsi_to_rgb.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< f_hsi_to_rgb_< T_rgb > >::category [inherited]

Reimplemented from mln::Function< f_hsi_to_rgb_< T_rgb > >.

Definition at line 126 of file function.hh.

typedef f_hsi_to_rgb_< T_rgb > mln::Object< f_hsi_to_rgb_< T_rgb > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< f_hsi_to_rgb_< T_rgb > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename T_rgb >
typedef T_rgb mln::fun::v2v::f_hsi_to_rgb_< T_rgb >::result

Definition at line 58 of file hsi_to_rgb.hh.


Member Function Documentation

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

Definition at line 81 of file hsi_to_rgb.hh.