|
SLIP
1.4
|
Functor object used to double-threshold a value. More...
#include <threshold.hpp>
Public Member Functions | |
| db_threshold_fun (const InType &min_t_value, const InType &max_t_value, const OutType &false_value) | |
| OutType | operator() (const InType &val) |
Public Attributes | |
| InType | min_t_value_ |
| InType | max_t_value_ |
| OutType | false_value_ |
Functor object used to double-threshold a value.
| min_t_value | Minimum threshold value |
| max_t_value | Maximum threshold value |
| false_value | False return value |
Definition at line 154 of file threshold.hpp.
|
inline |
Definition at line 156 of file threshold.hpp.
|
inline |
Definition at line 160 of file threshold.hpp.
| OutType slip::db_threshold_fun< InType, OutType >::false_value_ |
Definition at line 167 of file threshold.hpp.
| InType slip::db_threshold_fun< InType, OutType >::max_t_value_ |
Definition at line 166 of file threshold.hpp.
| InType slip::db_threshold_fun< InType, OutType >::min_t_value_ |
Definition at line 165 of file threshold.hpp.
1.8.6