#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 |
Definition at line 70 of file v2v/linear.hh.
typedef Function_v2v<void> mln::Function_v2v< linear_sat< V, T, R > >::category [inherited] |
Reimplemented from mln::Function< linear_sat< V, T, R > >.
Definition at line 126 of file function.hh.
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] |
Definition at line 127 of file function.hh.
| typedef R mln::fun::v2v::linear_sat< V, T, R >::result |
Definition at line 72 of file v2v/linear.hh.
| mln::fun::v2v::linear_sat< V, T, R >::linear_sat | ( | T | a, | |
| T | b | |||
| ) | [inline] |
Definition at line 119 of file v2v/linear.hh.
| R mln::fun::v2v::linear_sat< V, T, R >::operator() | ( | const V & | v | ) | const [inline] |
Definition at line 128 of file v2v/linear.hh.
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] |
Definition at line 142 of file v2v/linear.hh.
References mln::fun::v2v::linear_sat< V, T, R >::operator()().
| T mln::fun::v2v::linear_sat< V, T, R >::a |
Definition at line 80 of file v2v/linear.hh.
Referenced by mln::fun::v2v::linear_sat< V, T, R >::operator()().
| T mln::fun::v2v::linear_sat< V, T, R >::b |
Definition at line 80 of file v2v/linear.hh.
Referenced by mln::fun::v2v::linear_sat< V, T, R >::operator()().
1.7.1