$extrastylesheet
Namespaces | |
| namespace | impl |
Functions | |
| template<typename L , typename R > | |
| mln::trait::ch_value< L, typename mln::fun::vv2v::land < typename L::value, typename R::value >::result >::ret | and_ (const Image< L > &lhs, const Image< R > &rhs) |
| template<typename L , typename R > | |
| void | and_inplace (Image< L > &lhs, const Image< R > &rhs) |
| template<typename L , typename R > | |
| mln::trait::ch_value< L, typename mln::fun::vv2v::land_not < typename L::value, typename R::value >::result >::ret | and_not (const Image< L > &lhs, const Image< R > &rhs) |
| template<typename L , typename R > | |
| void | and_not_inplace (Image< L > &lhs, const Image< R > &rhs) |
| template<typename I > | |
| mln::trait::concrete< I >::ret | not_ (const Image< I > &input) |
| template<typename I > | |
| void | not_inplace (Image< I > &input) |
| template<typename L , typename R > | |
| mln::trait::ch_value< L, typename mln::fun::vv2v::lor < typename L::value, typename R::value >::result >::ret | or_ (const Image< L > &lhs, const Image< R > &rhs) |
| template<typename L , typename R > | |
| void | or_inplace (Image< L > &lhs, const Image< R > &rhs) |
| template<typename L , typename R > | |
| mln::trait::ch_value< L, typename mln::fun::vv2v::lxor < typename L::value, typename R::value >::result >::ret | xor_ (const Image< L > &lhs, const Image< R > &rhs) |
| template<typename L , typename R > | |
| void | xor_inplace (Image< L > &lhs, const Image< R > &rhs) |
Namespace of logic.