Namespace of accumulator image routines. More...
Namespaces | |
| namespace | impl |
| namespace | internal |
Functions | |
| template<typename I > | |
| void | init (Image< I > &input) |
| template<typename I > | |
| void | set_value (Image< I > &input, const typename I::value::result &res) |
| template<typename I , typename J > | |
| void | set_value (Image< I > &input, const Image< J > &res) |
| template<typename I > | |
| void | take (Image< I > &input, const typename I::value::argument &arg) |
| template<typename I , typename J > | |
| void | take (Image< I > &input, const Image< J > &arg) |
| template<typename I > | |
| void | take_as_init (Image< I > &input, const typename I::value::argument &v) |
| template<typename I , typename J > | |
| void | take_as_init (Image< I > &input, const Image< J > &values) |
| template<typename I , typename J , typename K > | |
| void | take_n_times (Image< I > &input, const Image< J > &n_times, const Image< K > &arg) |
| template<typename I , typename J > | |
| void | take_n_times (Image< I > &input, const Image< J > &n_times, const typename I::value::argument &arg) |
| template<typename I > | |
| mln::trait::ch_value< I, typename I::value::result > ::ret | to_result (const Image< I > &input) |
| template<typename I , typename J > | |
| void | untake (Image< I > &input, const Image< J > &arg) |
| template<typename I > | |
| void | untake (Image< I > &input, const typename I::value::argument &arg) |
Namespace of accumulator image routines.
| void mln::accu::image::init | ( | Image< I > & | input | ) |
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::accu::image::internal::init_dispatch().
Referenced by mln::accu::image::internal::init_dispatch().
| void mln::accu::image::set_value | ( | Image< I > & | input, | |
| const typename I::value::result & | res | |||
| ) | [inline] |
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::accu::image::internal::set_value_dispatch().
Referenced by mln::accu::image::internal::set_value_dispatch().
| void mln::accu::image::set_value | ( | Image< I > & | input, | |
| const Image< J > & | res | |||
| ) | [inline] |
| void mln::accu::image::take | ( | Image< I > & | input, | |
| const typename I::value::argument & | arg | |||
| ) | [inline] |
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::accu::image::internal::take_dispatch().
Referenced by mln::accu::image::internal::take_dispatch().
| void mln::accu::image::take | ( | Image< I > & | input, | |
| const Image< J > & | arg | |||
| ) | [inline] |
| void mln::accu::image::take_as_init | ( | Image< I > & | input, | |
| const typename I::value::argument & | v | |||
| ) | [inline] |
| void mln::accu::image::take_as_init | ( | Image< I > & | input, | |
| const Image< J > & | values | |||
| ) | [inline] |
| void mln::accu::image::take_n_times | ( | Image< I > & | input, | |
| const Image< J > & | n_times, | |||
| const Image< K > & | arg | |||
| ) | [inline] |
| void mln::accu::image::take_n_times | ( | Image< I > & | input, | |
| const Image< J > & | n_times, | |||
| const typename I::value::argument & | arg | |||
| ) |
| mln::trait::ch_value< I, typename I::value::result >::ret mln::accu::image::to_result | ( | const Image< I > & | input | ) |
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::accu::image::internal::to_result_dispatch().
Referenced by mln::accu::image::internal::to_result_dispatch().
| void mln::accu::image::untake | ( | Image< I > & | input, | |
| const Image< J > & | arg | |||
| ) | [inline] |
| void mln::accu::image::untake | ( | Image< I > & | input, | |
| const typename I::value::argument & | arg | |||
| ) | [inline] |
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::accu::image::internal::untake_dispatch().
Referenced by mln::accu::image::internal::untake_dispatch().
1.7.1