Functions | |
template<typename S, typename F> | |
void | predicate_tests (const Site_Set< S > &pset, const Function_v2b< F > &f) |
template<typename I, typename J, typename F> | |
void | predicate_tests (const Image< I > &lhs_, const Image< J > &rhs_, const Function_vv2b< F > &f) |
template<typename I, typename F> | |
void | predicate_tests (const Image< I > &ima, const Function_v2b< F > &f) |
void mln::test::internal::predicate_tests | ( | const Site_Set< S > & | pset, | |
const Function_v2b< F > & | f | |||
) | [inline] |
void mln::test::internal::predicate_tests | ( | const Image< I > & | lhs_, | |
const Image< J > & | rhs_, | |||
const Function_vv2b< F > & | f | |||
) | [inline] |
void mln::test::internal::predicate_tests | ( | const Image< I > & | ima, | |
const Function_v2b< F > & | f | |||
) | [inline] |
Definition at line 85 of file predicate.hh.
References mln::exact().
Referenced by mln::test::predicate(), and mln::test::impl::predicate_().