#include <linear.hh>
Public Types | |
typedef Function_v2v< void > | category |
typedef linear_sat< V, T, R > | exact_t |
typedef void | mutable_result |
typedef R | result |
Public Member Functions | |
linear_sat (T a, T b) | |
R | operator() (const V &v) const |
template<typename U > | |
R | operator() (const U &u) const |
Public Attributes | |
T | a |
T | b |
typedef Function_v2v<void> mln::Function_v2v< linear_sat< V, T, R > >::category [inherited] |
Reimplemented from mln::Function< linear_sat< V, T, R > >.
typedef linear_sat< V, T, R > mln::Object< linear_sat< V, T, R > >::exact_t [inherited] |
typedef void mln::Function_v2v< linear_sat< V, T, R > >::mutable_result [inherited] |
typedef R mln::fun::v2v::linear_sat< V, T, R >::result |
mln::fun::v2v::linear_sat< V, T, R >::linear_sat | ( | T | a, | |
T | b | |||
) | [inline] |
R mln::fun::v2v::linear_sat< V, T, R >::operator() | ( | const V & | v | ) | const [inline] |
References mln::fun::v2v::linear_sat< V, T, R >::a, mln::fun::v2v::linear_sat< V, T, R >::b, and mln::fun::T.
Referenced by mln::fun::v2v::linear_sat< V, T, R >::operator()().
R mln::fun::v2v::linear_sat< V, T, R >::operator() | ( | const U & | u | ) | const [inline] |
T mln::fun::v2v::linear_sat< V, T, R >::a |
Referenced by mln::fun::v2v::linear_sat< V, T, R >::operator()().
T mln::fun::v2v::linear_sat< V, T, R >::b |
Referenced by mln::fun::v2v::linear_sat< V, T, R >::operator()().