#include <bbox.hh>
Public Types | |
typedef P | argument |
typedef Accumulator< void > | category |
typedef E | exact_t |
typedef R | q_result |
typedef mln::metal::unqualif < R >::ret | result |
Public Member Functions | |
bbox () | |
bool | is_valid () const |
Check whether this accu is able to return a result. | |
R | subj_ () |
template<typename T> | |
void | take_as_init (const T &t) |
Take as initialization the value t . | |
template<typename T> | |
void | take_as_init_ (const T &t) |
Default implementation of "take as initialization". | |
template<typename T> | |
void | take_n_times (unsigned n, const T &t) |
Take n times the value t . | |
template<typename T> | |
void | take_n_times_ (unsigned n, const T &t) |
Default implementation of "take n times". | |
const box< P > & | to_result () const |
Get the value of the accumulator. | |
void | init () |
Manipulators. | |
void | take (const box< P > &b) |
void | take (const bbox< P > &other) |
void | take (const P &p) |
void | take_as_init_ (const P &p) |
Protected Attributes | |
box< P > | b_ |
bool | is_valid_ |
The parameter P
is the type of points.
Definition at line 55 of file accu/shape/bbox.hh.
typedef P mln::accu::shape::bbox< P >::argument |
Definition at line 57 of file accu/shape/bbox.hh.
typedef Accumulator<void> mln::Accumulator< E >::category [inherited] |
typedef E mln::Object< E >::exact_t [inherited] |
typedef R mln::accu::internal::base< R, E >::q_result [inherited] |
typedef mln::metal::unqualif< R >::ret mln::accu::internal::base< R, E >::result [inherited] |
mln::accu::shape::bbox< P >::bbox | ( | ) | [inline] |
void mln::accu::shape::bbox< P >::init | ( | ) | [inline] |
Manipulators.
Definition at line 124 of file accu/shape/bbox.hh.
References mln::accu::shape::bbox< P >::is_valid_.
Referenced by mln::accu::shape::bbox< P >::bbox().
bool mln::accu::shape::bbox< P >::is_valid | ( | ) | const [inline] |
Check whether this accu is able to return a result.
Always true here.
Definition at line 224 of file accu/shape/bbox.hh.
References mln::accu::shape::bbox< P >::is_valid_.
R base::subj_ | ( | ) | [inline, inherited] |
void mln::accu::shape::bbox< P >::take | ( | const box< P > & | b | ) | [inline] |
Definition at line 189 of file accu/shape/bbox.hh.
References mln::accu::shape::bbox< P >::b_, mln::box< P >::is_valid(), mln::accu::shape::bbox< P >::is_valid_, mln::box< P >::pmax(), and mln::box< P >::pmin().
void mln::accu::shape::bbox< P >::take | ( | const bbox< P > & | other | ) | [inline] |
Definition at line 161 of file accu/shape/bbox.hh.
References mln::accu::shape::bbox< P >::b_, mln::accu::shape::bbox< P >::is_valid_, mln::box< P >::pmax(), and mln::box< P >::pmin().
void mln::accu::shape::bbox< P >::take | ( | const P & | p | ) | [inline] |
Definition at line 142 of file accu/shape/bbox.hh.
References mln::accu::shape::bbox< P >::b_, and mln::accu::shape::bbox< P >::is_valid_.
Referenced by mln::geom::bbox(), mln::internal::data< p2p_image< I, F > >::data(), mln::internal::geom_bbox(), and mln::geom::rotate().
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 >.
Definition at line 186 of file accumulator.hh.
References mln::exact(), and mln::mln_exact().
Referenced by mln::morpho::elementary::impl::gradient_on_function(), and mln::morpho::elementary::impl::gradient_on_function_fastest().
void mln::Accumulator< E >::take_as_init_ | ( | const T & | t | ) | [inline, inherited] |
Default implementation of "take as initialization".
Reimplemented in mln::accu::math::inf< T >, mln::accu::math::sum< T, S >, mln::accu::math::sup< T >, mln::accu::pair< A1, A2, T >, mln::accu::rms< T, V >, mln::accu::stat::max< T >, mln::accu::stat::min< T >, mln::accu::stat::rank_high_quant< T >, and mln::accu::stat::var< T >.
Definition at line 200 of file accumulator.hh.
References mln::exact().
void mln::accu::shape::bbox< P >::take_as_init_ | ( | const P & | p | ) | [inline] |
Definition at line 132 of file accu/shape/bbox.hh.
References mln::accu::shape::bbox< P >::b_, and mln::accu::shape::bbox< P >::is_valid_.
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 '_').
Definition at line 213 of file accumulator.hh.
References mln::exact(), and mln::mln_exact().
void mln::Accumulator< E >::take_n_times_ | ( | unsigned | n, | |
const T & | t | |||
) | [inline, inherited] |
Default implementation of "take n times".
Reimplemented in mln::accu::stat::var< T >.
Definition at line 230 of file accumulator.hh.
References mln::exact().
const box< P > & mln::accu::shape::bbox< P >::to_result | ( | ) | const [inline] |
Get the value of the accumulator.
Definition at line 215 of file accu/shape/bbox.hh.
References mln::accu::shape::bbox< P >::b_.
Referenced by mln::internal::data< p2p_image< I, F > >::data(), and mln::geom::rotate().
box<P> mln::accu::shape::bbox< P >::b_ [protected] |
Definition at line 80 of file accu/shape/bbox.hh.
Referenced by mln::accu::shape::bbox< P >::take(), mln::accu::shape::bbox< P >::take_as_init_(), and mln::accu::shape::bbox< P >::to_result().
bool mln::accu::shape::bbox< P >::is_valid_ [protected] |
Definition at line 79 of file accu/shape/bbox.hh.
Referenced by mln::accu::shape::bbox< P >::init(), mln::accu::shape::bbox< P >::is_valid(), mln::accu::shape::bbox< P >::take(), and mln::accu::shape::bbox< P >::take_as_init_().