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::range_fun_inter0b< InType, OutType > Struct Template Reference

Functor object uses to change the range of container into [0,b]. More...

#include <dynamic.hpp>

Public Member Functions

 range_fun_inter0b (const InType &in_min, const InType &in_max, const OutType &out_max)
 
OutType operator() (const InType &val)
 

Public Attributes

InType in_min_
 
InType in_max_
 
OutType out_max_
 

Detailed Description

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

Functor object uses to change the range of container into [0,b].

Author
Benoit Tremblais <tremblais_AT_sic.univ-poitiers.fr>
Date
2006/07/29
Since
1.0.0
Version
0.0.1
Parameters
in_minminimum value of the input
in_maxmaximum value of the input
out_maxmaximum value of the output

Definition at line 219 of file dynamic.hpp.

Constructor & Destructor Documentation

template<typename InType , typename OutType >
slip::range_fun_inter0b< InType, OutType >::range_fun_inter0b ( const InType &  in_min,
const InType &  in_max,
const OutType &  out_max 
)
inline

Definition at line 221 of file dynamic.hpp.

Member Function Documentation

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

Definition at line 227 of file dynamic.hpp.

Member Data Documentation

template<typename InType , typename OutType >
InType slip::range_fun_inter0b< InType, OutType >::in_max_

Definition at line 233 of file dynamic.hpp.

template<typename InType , typename OutType >
InType slip::range_fun_inter0b< InType, OutType >::in_min_

Definition at line 232 of file dynamic.hpp.

template<typename InType , typename OutType >
OutType slip::range_fun_inter0b< InType, OutType >::out_max_

Definition at line 234 of file dynamic.hpp.


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