SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
slip::db_threshold_fun< InType, OutType > Struct Template Reference

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_
 

Detailed Description

template<typename InType, typename OutType>
struct slip::db_threshold_fun< InType, OutType >

Functor object used to double-threshold a value.

Author
Denis Arivault <arrivault_AT_sic.univ-poitiers.fr>
Date
2008/07/21
Version
0.0.1
Parameters
min_t_valueMinimum threshold value
max_t_valueMaximum threshold value
false_valueFalse return value

Definition at line 154 of file threshold.hpp.

Constructor & Destructor Documentation

template<typename InType , typename OutType >
slip::db_threshold_fun< InType, OutType >::db_threshold_fun ( const InType &  min_t_value,
const InType &  max_t_value,
const OutType &  false_value 
)
inline

Definition at line 156 of file threshold.hpp.

Member Function Documentation

template<typename InType , typename OutType >
OutType slip::db_threshold_fun< InType, OutType >::operator() ( const InType &  val)
inline

Definition at line 160 of file threshold.hpp.

Member Data Documentation

template<typename InType , typename OutType >
OutType slip::db_threshold_fun< InType, OutType >::false_value_

Definition at line 167 of file threshold.hpp.

template<typename InType , typename OutType >
InType slip::db_threshold_fun< InType, OutType >::max_t_value_

Definition at line 166 of file threshold.hpp.

template<typename InType , typename OutType >
InType slip::db_threshold_fun< InType, OutType >::min_t_value_

Definition at line 165 of file threshold.hpp.


The documentation for this struct was generated from the following file: