SLIP
1.4
|
Functor object uses to change the range of container into [0,255]. More...
#include <dynamic.hpp>
Public Member Functions | |
range_fun_inter0255 (const InType &in_min, const InType &in_max) | |
OutType | operator() (const InType &val) |
Public Attributes | |
InType | in_min_ |
InType | in_max_ |
Functor object uses to change the range of container into [0,255].
in_min | minimum value of the input |
in_max | maximum value of the input |
Definition at line 192 of file dynamic.hpp.
|
inline |
Definition at line 194 of file dynamic.hpp.
|
inline |
Definition at line 199 of file dynamic.hpp.
InType slip::range_fun_inter0255< InType, OutType >::in_max_ |
Definition at line 204 of file dynamic.hpp.
InType slip::range_fun_inter0255< InType, OutType >::in_min_ |
Definition at line 203 of file dynamic.hpp.