Namespaces | |
namespace | generic |
Functions | |
template<typename I> | |
void | init_fastest (Image< I > &input_) |
template<typename I, typename J> | |
void | set_value_fastest (Image< I > &input_, const Image< J > &res_) |
template<typename I> | |
void | set_value_fastest (Image< I > &input_, const typename I::value::result &res) |
template<typename I, typename J> | |
void | take_as_init_fastest (Image< I > &input_, const Image< J > &values_) |
template<typename I> | |
void | take_as_init_fastest (Image< I > &input_, const typename I::value::argument &v) |
template<typename I, typename J> | |
void | take_fastest (Image< I > &input_, const Image< J > &arg_) |
template<typename I> | |
void | take_fastest (Image< I > &input_, const typename I::value::argument &arg) |
template<typename I, typename J, typename K> | |
void | take_n_times_fastest (Image< I > &input_, const Image< J > &n_times_, const Image< K > &arg_) |
template<typename I, typename J> | |
void | take_n_times_fastest (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_fastest (const Image< I > &input_) |
template<typename I, typename J> | |
void | untake_fastest (Image< I > &input_, const Image< J > &arg_) |
template<typename I> | |
void | untake_fastest (Image< I > &input_, const typename I::value::argument &arg) |
void mln::accu::image::impl::init_fastest | ( | Image< I > & | input_ | ) | [inline] |
Definition at line 87 of file accu/image/init.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::accu::input.
Referenced by mln::accu::image::internal::init_dispatch().
void mln::accu::image::impl::set_value_fastest | ( | Image< I > & | input_, | |
const Image< J > & | res_ | |||
) | [inline] |
Definition at line 170 of file set_value.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::border::resize_equal(), and mln::accu::image::internal::set_value_tests().
void mln::accu::image::impl::set_value_fastest | ( | Image< I > & | input_, | |
const typename I::value::result & | res | |||
) | [inline] |
Definition at line 148 of file set_value.hh.
References mln::trace::entering(), mln::exact(), and mln::trace::exiting().
Referenced by mln::accu::image::internal::set_value_dispatch().
void mln::accu::image::impl::take_as_init_fastest | ( | Image< I > & | input_, | |
const Image< J > & | values_ | |||
) | [inline] |
Definition at line 157 of file take_as_init.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::border::resize_equal(), and mln::accu::image::internal::take_as_init_tests().
void mln::accu::image::impl::take_as_init_fastest | ( | Image< I > & | input_, | |
const typename I::value::argument & | v | |||
) | [inline] |
Definition at line 139 of file take_as_init.hh.
References mln::trace::entering(), mln::exact(), and mln::trace::exiting().
Referenced by mln::accu::image::internal::take_as_init_dispatch().
void mln::accu::image::impl::take_fastest | ( | Image< I > & | input_, | |
const Image< J > & | arg_ | |||
) | [inline] |
Definition at line 164 of file image/take.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::border::resize_equal(), and mln::accu::image::internal::take_tests().
void mln::accu::image::impl::take_fastest | ( | Image< I > & | input_, | |
const typename I::value::argument & | arg | |||
) | [inline] |
Definition at line 145 of file image/take.hh.
References mln::trace::entering(), mln::exact(), and mln::trace::exiting().
Referenced by mln::accu::image::internal::take_dispatch().
void mln::accu::image::impl::take_n_times_fastest | ( | Image< I > & | input_, | |
const Image< J > & | n_times_, | |||
const Image< K > & | arg_ | |||
) | [inline] |
Definition at line 200 of file take_n_times.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::border::resize(), and mln::accu::image::internal::take_n_times_tests().
void mln::accu::image::impl::take_n_times_fastest | ( | Image< I > & | input_, | |
const Image< J > & | n_times_, | |||
const typename I::value::argument & | arg | |||
) | [inline] |
Definition at line 173 of file take_n_times.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::border::resize_equal(), and mln::accu::image::internal::take_n_times_tests().
Referenced by mln::accu::image::internal::take_n_times_dispatch().
mln::trait::ch_value< I , typename I :: value :: result >::ret mln::accu::image::impl::to_result_fastest | ( | const Image< I > & | input_ | ) | [inline] |
Definition at line 92 of file to_result.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::initialize().
Referenced by mln::accu::image::internal::to_result_dispatch().
void mln::accu::image::impl::untake_fastest | ( | Image< I > & | input_, | |
const Image< J > & | arg_ | |||
) | [inline] |
Definition at line 164 of file untake.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::border::resize_equal(), and mln::accu::image::internal::untake_tests().
void mln::accu::image::impl::untake_fastest | ( | Image< I > & | input_, | |
const typename I::value::argument & | arg | |||
) | [inline] |
Definition at line 145 of file untake.hh.
References mln::trace::entering(), mln::exact(), and mln::trace::exiting().
Referenced by mln::accu::image::internal::untake_dispatch().