#include <rectangularity.hh>
Inherits mln::accu::internal::couple< mln::accu::shape::bbox< P >, mln::accu::math::count< P >, float, mln::accu::site_set::rectangularity< P > >.
Public Member Functions | |
A2::result | area () const |
Return the site set area. | |
A1::result | bbox () const |
Return the site set bounding box. | |
rectangularity () | |
Constructor. | |
template<typename T> | |
void | take_as_init (const T &t) |
Take as initialization the value t . | |
template<typename T> | |
void | take_n_times (unsigned n, const T &t) |
Take n times the value t . | |
result | to_result () const |
Return the rectangularity value. |
mln::accu::site_set::rectangularity< P >::rectangularity | ( | ) | [inline] |
Constructor.
rectangularity< P >::A2::result mln::accu::site_set::rectangularity< P >::area | ( | ) | const [inline] |
Return the site set area.
rectangularity< P >::A1::result mln::accu::site_set::rectangularity< P >::bbox | ( | ) | const [inline] |
void mln::Accumulator< E >::take_as_init | ( | const T & | t | ) | [inline, inherited] |
Take as initialization the value t
.
Dev note: this is a final method; override if needed by take_as_init_ (ending with '_').
Reimplemented in mln::accu::stat::variance< T, S, R >.
References mln::mln_exact().
void mln::Accumulator< E >::take_n_times | ( | unsigned | n, | |
const T & | t | |||
) | [inline, inherited] |
Take n
times the value t
.
Dev note: this is a final method; override if needed by take_as_init_ (ending with '_').
References mln::mln_exact().
rectangularity< P >::result mln::accu::site_set::rectangularity< P >::to_result | ( | ) | const [inline] |
Return the rectangularity value.