Functions | |
template<typename S> | |
unsigned | card_dispatch (const Site_Set< S > &s) |
template<typename S> | |
unsigned | card_dispatch (mln::trait::site_set::nsites::known, const Site_Set< S > &s) |
template<typename S> | |
unsigned | card_dispatch (mln::trait::site_set::nsites::any, const Site_Set< S > &s) |
template<typename A, typename I, typename L> | |
void | compute_with_weights_tests (const Accumulator< A > &a_, const Image< I > &w_, const Image< L > &label_) |
unsigned mln::set::internal::card_dispatch | ( | const Site_Set< S > & | s | ) | [inline] |
unsigned mln::set::internal::card_dispatch | ( | mln::trait::site_set::nsites::known | , | |
const Site_Set< S > & | s | |||
) | [inline] |
unsigned mln::set::internal::card_dispatch | ( | mln::trait::site_set::nsites::any | , | |
const Site_Set< S > & | s | |||
) | [inline] |
Definition at line 102 of file set/card.hh.
References mln::set::impl::generic::card().
Referenced by mln::set::card(), card_dispatch(), and mln::geom::nsites().
void mln::set::internal::compute_with_weights_tests | ( | const Accumulator< A > & | a_, | |
const Image< I > & | w_, | |||
const Image< L > & | label_ | |||
) | [inline] |
Definition at line 99 of file compute_with_weights.hh.
References mln::exact().
Referenced by mln::set::compute_with_weights(), and mln::set::impl::generic::compute_with_weights().