Functions | |
template<typename I, typename N, typename S, typename A> | |
mln::trait::concrete< I >::ret | attribute_filter (const Image< I > &input_, const Neighborhood< N > &nbh_, const Site_Set< S > &s_, const Accumulator< A > &a_, const typename A::result &lambda) |
template<typename I> | |
static I::psite | find_root (I &parent, const typename I::psite &x) |
Generic version. |
mln::trait::concrete< I >::ret mln::canvas::morpho::impl::generic::attribute_filter | ( | const Image< I > & | input_, | |
const Neighborhood< N > & | nbh_, | |||
const Site_Set< S > & | s_, | |||
const Accumulator< A > & | a_, | |||
const typename A::result & | lambda | |||
) | [inline] |
Definition at line 155 of file attribute_filter.hh.
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::data::fill(), find_root(), mln::initialize(), and mln::canvas::morpho::impl::take_as_init().
Referenced by mln::canvas::morpho::internal::attribute_filter_dispatch().
static I ::psite mln::canvas::morpho::impl::generic::find_root | ( | I & | parent, | |
const typename I::psite & | x | |||
) | [inline, static] |
Generic version.
///
Definition at line 145 of file attribute_filter.hh.
Referenced by attribute_filter().