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

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

#include <dynamic.hpp>

Public Member Functions

 range_fun_inter0255 (const InType &in_min, const InType &in_max)
 
OutType operator() (const InType &val)
 

Public Attributes

InType in_min_
 
InType in_max_
 

Detailed Description

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

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

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 192 of file dynamic.hpp.

Constructor & Destructor Documentation

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

Definition at line 194 of file dynamic.hpp.

Member Function Documentation

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

Definition at line 199 of file dynamic.hpp.

Member Data Documentation

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

Definition at line 204 of file dynamic.hpp.

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

Definition at line 203 of file dynamic.hpp.


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