Functions

mln::set::internal Namespace Reference

Functions

template<typename S >
unsigned card_dispatch (mln::trait::site_set::nsites::any, 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 (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_)

Function Documentation

template<typename S >
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::card().

Referenced by mln::set::card(), card_dispatch(), and mln::geom::nsites().

template<typename S >
unsigned mln::set::internal::card_dispatch ( mln::trait::site_set::nsites::known  ,
const Site_Set< S > &  s 
) [inline]

Definition at line 110 of file set/card.hh.

References mln::set::impl::card_from_method().

template<typename S >
unsigned mln::set::internal::card_dispatch ( const Site_Set< S > &  s  )  [inline]

Definition at line 120 of file set/card.hh.

References card_dispatch().

template<typename A , typename I , typename L >
void mln::set::internal::compute_with_weights_tests ( const Accumulator< A > &  a_,
const Image< I > &  w_,
const Image< L > &  label_ 
)