SLIP
1.4
|
Functor object uses to change the range of container according to an affine transformation. More...
#include <dynamic.hpp>
Public Member Functions | |
range_fun_interab (const InType &in_min, const InType &in_max, const OutType &out_min, const OutType &out_max) | |
OutType | operator() (const InType &val) |
Public Attributes | |
InType | in_min_ |
InType | in_max_ |
OutType | out_min_ |
OutType | out_max_ |
Functor object uses to change the range of container according to an affine transformation.
in_min | minimum value of the input |
in_max | maximum value of the input |
out_min | minimum value of the output |
out_max | maximum value of the output |
Definition at line 129 of file dynamic.hpp.
|
inline |
Definition at line 131 of file dynamic.hpp.
|
inline |
Definition at line 138 of file dynamic.hpp.
InType slip::range_fun_interab< InType, OutType >::in_max_ |
Definition at line 147 of file dynamic.hpp.
InType slip::range_fun_interab< InType, OutType >::in_min_ |
Definition at line 146 of file dynamic.hpp.
OutType slip::range_fun_interab< InType, OutType >::out_max_ |
Definition at line 149 of file dynamic.hpp.
OutType slip::range_fun_interab< InType, OutType >::out_min_ |
Definition at line 148 of file dynamic.hpp.