$extrastylesheet
#include <mln/accu/stat/min_max.hh>
Public Member Functions | |
min< V >::result | first () const |
min< V > | first_accu () const |
bool | is_valid () const |
max< V >::result | second () const |
max< V > | second_accu () const |
R | subj_ () |
template<typename T > | |
void | take_as_init (const T &t) |
template<typename T > | |
void | take_as_init_ (const T &t) |
template<typename T > | |
void | take_n_times (unsigned n, const T &t) |
template<typename T > | |
void | take_n_times_ (unsigned n, const T &t) |
void | init () |
void | take_as_init_ (const argument &t) |
void | take (const argument &t) |
void | take (const pair< min< V >, max< V >, mln_argument(min< V >) > &other) |
std::pair< typename min< V > ::result, typename max< V > ::result > | to_result () const |
void | get_result (result_1 &r1, result_2 &r2) const |
Protected Attributes | |
min< V > | a1_ |
max< V > | a2_ |
Public Types | |
typedef mln_argument(min< V >) | argument |
typedef Accumulator< void > | category |
typedef E | exact_t |
typedef R | q_result |
typedef mln::metal::unqualif < R >::ret | result |
typedef min< V >::result | result_1 |
typedef max< V >::result | result_2 |
Generic min and max accumulator class.
The parameter V
is the type of values.
Definition at line 61 of file accu/stat/min_max.hh.
|
inherited |
Return the result of the first accumulator.
|
inherited |
Return the first accumulator.
|
inherited |
|
inherited |
Manipulators.
|
inherited |
Check whether this accu is able to return a result.
Always true here.
|
inherited |
Return the result of the second accumulator.
|
inherited |
Return the second accumulator.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Take as initialization the value t
.
Reimplemented in mln::accu::stat::variance< T, S, R >.
|
inherited |
INTERNAL_API
Default implementation of "take as initialization".
|
inherited |
INTERNAL_API
Default implementation of "take as initialization".
Reimplemented in mln::accu::math::sum< T, S >, mln::accu::stat::min< T >, mln::accu::stat::max< T >, mln::accu::math::sumpow< n, T, S >, mln::accu::minus< A1, A2, T >, mln::accu::and_not< A1, A2, T >, mln::accu::pair< A1, A2, T >, mln::accu::stat::var< T >, mln::accu::stat::rank_high_quant< T >, and mln::accu::rms< T, V >.
|
inherited |
Take n
times the value t
.
|
inherited |
|
inherited |
Get the value of the accumulator.
|
protectedinherited |
|
protectedinherited |
|
inherited |
Definition at line 64 of file accumulator.hh.
|
inherited |
|
inherited |
|
inherited |