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_inter01< InType, Real > Struct Template Reference

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

#include <dynamic.hpp>

Public Member Functions

 range_fun_inter01 (const InType &in_min, const InType &in_max)
 
Real operator() (const InType &val)
 

Public Attributes

InType in_min_
 
InType in_max_
 

Detailed Description

template<typename InType, typename Real>
struct slip::range_fun_inter01< InType, Real >

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

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

Definition at line 164 of file dynamic.hpp.

Constructor & Destructor Documentation

template<typename InType , typename Real >
slip::range_fun_inter01< InType, Real >::range_fun_inter01 ( const InType &  in_min,
const InType &  in_max 
)
inline

Definition at line 166 of file dynamic.hpp.

Member Function Documentation

template<typename InType , typename Real >
Real slip::range_fun_inter01< InType, Real >::operator() ( const InType &  val)
inline

Definition at line 171 of file dynamic.hpp.

Member Data Documentation

template<typename InType , typename Real >
InType slip::range_fun_inter01< InType, Real >::in_max_

Definition at line 177 of file dynamic.hpp.

template<typename InType , typename Real >
InType slip::range_fun_inter01< InType, Real >::in_min_

Definition at line 176 of file dynamic.hpp.


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