Functions

mln::canvas::morpho::internal Namespace Reference

Functions

template<typename I , typename N , typename A >
mln::trait::concrete< I >::ret attribute_filter_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, const Accumulator< A > &a, const typename A::result &lambda, bool increasing)
template<typename I , typename N , typename A >
mln::trait::concrete< I >::ret attribute_filter_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, const Accumulator< A > &a, const typename A::result &lambda, bool increasing)
template<typename I , typename N , typename A >
mln::trait::concrete< I >::ret attribute_filter_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, const Accumulator< A > &a, const typename A::result &lambda, bool increasing)
template<typename I >
I::psite find_root (I &parent, const typename I::psite &x)
template<typename I >
unsigned find_root_fastest (I &parent, unsigned x)

Function Documentation

template<typename I , typename N , typename A >
mln::trait::concrete< I >::ret mln::canvas::morpho::internal::attribute_filter_dispatch ( metal::false_  ,
const Image< I > &  input,
const Neighborhood< N > &  nbh,
const Accumulator< A > &  a,
const typename A::result &  lambda,
bool  increasing 
) [inline]
template<typename I , typename N , typename A >
mln::trait::concrete< I >::ret mln::canvas::morpho::internal::attribute_filter_dispatch ( metal::true_  ,
const Image< I > &  input,
const Neighborhood< N > &  nbh,
const Accumulator< A > &  a,
const typename A::result &  lambda,
bool  increasing 
) [inline]
template<typename I , typename N , typename A >
mln::trait::concrete< I >::ret mln::canvas::morpho::internal::attribute_filter_dispatch ( const Image< I > &  input,
const Neighborhood< N > &  nbh,
const Accumulator< A > &  a,
const typename A::result &  lambda,
bool  increasing 
) [inline]

Definition at line 440 of file attribute_filter.hh.

References attribute_filter_dispatch().

template<typename I >
I::psite mln::canvas::morpho::internal::find_root ( I &  parent,
const typename I::psite &  x 
) [inline]

Definition at line 67 of file find_root.hh.

template<typename I >
unsigned mln::canvas::morpho::internal::find_root_fastest ( I &  parent,
unsigned  x 
) [inline]

Definition at line 79 of file find_root.hh.