Functions | |
| template<typename I , typename F > | |
| void | predicate_tests (const Image< I > &ima, const Function_v2b< F > &f) |
| 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) |
| 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_().
| void mln::test::internal::predicate_tests | ( | const Site_Set< S > & | pset, | |
| const Function_v2b< F > & | f | |||
| ) | [inline] |
Definition at line 112 of file predicate.hh.
References mln::exact().
| void mln::test::internal::predicate_tests | ( | const Image< I > & | lhs_, | |
| const Image< J > & | rhs_, | |||
| const Function_vv2b< F > & | f | |||
| ) | [inline] |
Definition at line 95 of file predicate.hh.
References mln::exact(), and mln::rhs.
1.7.1