Functions

mln::canvas::morpho::impl::generic Namespace Reference

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.

Function Documentation

template<typename I , typename N , typename S , typename A >
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 
)
template<typename I >
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().