Public Member Functions

mln::internal::is_masked_impl_selector< S, D, E > Struct Template Reference

Default implementation. More...

#include <is_masked_impl_selector.hh>

Inheritance diagram for mln::internal::is_masked_impl_selector< S, D, E >:
Inheritance graph

List of all members.

Public Member Functions

bool is_masked (const typename S::graph_element &center, const typename S::graph_element &element) const
 Return wheter a graph element must be masked by this window.

Detailed Description

template<typename S, typename D, typename E>
struct mln::internal::is_masked_impl_selector< S, D, E >

Default implementation.

D == S. D and S are site sets.

Definition at line 51 of file is_masked_impl_selector.hh.


Member Function Documentation

template<typename S, typename I , typename E >
bool mln::internal::is_masked_impl_selector< S, I, E >::is_masked ( const typename S::graph_element &  center,
const typename S::graph_element &  element 
) const [inline]

Return wheter a graph element must be masked by this window.

Definition at line 87 of file is_masked_impl_selector.hh.