#include <is_masked_impl_selector.hh>
Public Types | |
| typedef p_edges< G1, F1 > | S |
Public Member Functions | |
| bool | is_masked (const typename S::graph_element ¢er, const typename S::graph_element &element) const |
| Return wheter a graph element must be masked by this window. | |
Definition at line 71 of file is_masked_impl_selector.hh.
| typedef p_edges<G1,F1> mln::internal::is_masked_impl_selector< p_edges< G1, F1 >, p_vertices< G2, F2 >, E >::S |
Definition at line 73 of file is_masked_impl_selector.hh.
| bool mln::internal::is_masked_impl_selector< p_edges< G1, F1 >, p_vertices< G2, F2 >, 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.
center element X -------- X ------------ X
We try to find the common vertex. Then we test if the other one is masked or not.
Definition at line 122 of file is_masked_impl_selector.hh.
1.5.6