Namespaces | |
namespace | generic |
Functions | |
template<typename I > | |
void | init_fastest (Image< I > &input_) |
template<typename I > | |
void | set_value_fastest (Image< I > &input_, const typename I::value::result &res) |
template<typename I , typename J > | |
void | set_value_fastest (Image< I > &input_, const Image< J > &res_) |
template<typename I > | |
void | take_as_init_fastest (Image< I > &input_, const typename I::value::argument &v) |
template<typename I , typename J > | |
void | take_as_init_fastest (Image< I > &input_, const Image< J > &values_) |
template<typename I > | |
void | take_fastest (Image< I > &input_, const typename I::value::argument &arg) |
template<typename I , typename J > | |
void | take_fastest (Image< I > &input_, const Image< J > &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 , typename J , typename K > | |
void | take_n_times_fastest (Image< I > &input_, const Image< J > &n_times_, const Image< K > &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_ | ) |
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 typename I::value::result & | res | |||
) | [inline] |
References mln::trace::entering(), mln::exact(), and mln::trace::exiting().
Referenced by mln::accu::image::internal::set_value_dispatch().
void mln::accu::image::impl::set_value_fastest | ( | Image< I > & | input_, | |
const Image< J > & | res_ | |||
) | [inline] |
void mln::accu::image::impl::take_as_init_fastest | ( | Image< I > & | input_, | |
const typename I::value::argument & | v | |||
) |
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_as_init_fastest | ( | Image< I > & | input_, | |
const Image< J > & | values_ | |||
) |
void mln::accu::image::impl::take_fastest | ( | Image< I > & | input_, | |
const typename I::value::argument & | arg | |||
) | [inline] |
References mln::trace::entering(), mln::exact(), and mln::trace::exiting().
Referenced by mln::accu::image::internal::take_dispatch().
void mln::accu::image::impl::take_fastest | ( | Image< I > & | input_, | |
const Image< J > & | arg_ | |||
) | [inline] |
void mln::accu::image::impl::take_n_times_fastest | ( | Image< I > & | input_, | |
const Image< J > & | n_times_, | |||
const typename I::value::argument & | arg | |||
) | [inline] |
void mln::accu::image::impl::take_n_times_fastest | ( | Image< I > & | input_, | |
const Image< J > & | n_times_, | |||
const Image< K > & | arg_ | |||
) | [inline] |
mln::trait::ch_value< I , typename I :: value :: result >::ret mln::accu::image::impl::to_result_fastest | ( | const Image< I > & | input_ | ) |
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] |
void mln::accu::image::impl::untake_fastest | ( | Image< I > & | input_, | |
const typename I::value::argument & | arg | |||
) | [inline] |
References mln::trace::entering(), mln::exact(), and mln::trace::exiting().
Referenced by mln::accu::image::internal::untake_dispatch().