$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::v2v::linear_sat< V, T, R > Struct Template Reference

#include <mln/fun/v2v/linear.hh>

Public Member Functions

 linear_sat (T a, T b)
operator() (const V &v) const
template<typename U >
operator() (const U &u) const

Public Attributes

T a
T b

Public Types

typedef Function_v2v< void > category
typedef linear_sat< V, T, R > exact_t
typedef void mutable_result
typedef R result

Detailed Description

template<typename V, typename T = V, typename R = T>
struct mln::fun::v2v::linear_sat< V, T, R >

Definition at line 70 of file v2v/linear.hh.

Constructor & Destructor Documentation

template<typename V , typename T = V, typename R = T>
mln::fun::v2v::linear_sat< V, T, R >::linear_sat ( T  a,
T  b 
)

Member Function Documentation

template<typename V , typename T = V, typename R = T>
R mln::fun::v2v::linear_sat< V, T, R >::operator() ( const V &  v) const
template<typename V , typename T = V, typename R = T>
template<typename U >
R mln::fun::v2v::linear_sat< V, T, R >::operator() ( const U &  u) const

Member Data Documentation

template<typename V , typename T = V, typename R = T>
T mln::fun::v2v::linear_sat< V, T, R >::a

Definition at line 80 of file v2v/linear.hh.

template<typename V , typename T = V, typename R = T>
T mln::fun::v2v::linear_sat< V, T, R >::b

Definition at line 80 of file v2v/linear.hh.

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< linear_sat< V, T, R > >::category
inherited

Definition at line 134 of file function.hh.

typedef linear_sat< V, T, R > mln::Object< linear_sat< V, T, R > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< linear_sat< V, T, R > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename V , typename T = V, typename R = T>
typedef R mln::fun::v2v::linear_sat< V, T, R >::result

Definition at line 72 of file v2v/linear.hh.