Site set restricted w.r.t. More...
#include <p_if.hh>
Inherits site_set_base_< S::psite, p_if< S, F > >.
Public Types | |
| typedef p_if_piter_< typename  S::bkd_piter, S, F >  | bkd_piter | 
| Backward Site_Iterator associated type.   | |
| typedef S::element | element | 
| Element associated type.   | |
| typedef p_if_piter_< typename  S::fwd_piter, S, F >  | fwd_piter | 
| Forward Site_Iterator associated type.   | |
| typedef fwd_piter | piter | 
| Site_Iterator associated type.   | |
| typedef S::psite | psite | 
| Psite associated type.   | |
Public Member Functions | |
| bool | has (const psite &p) const | 
Test if p belongs to the subset.   | |
| bool | is_valid () const | 
| Test if this site set is valid.   | |
| std::size_t | memory_size () const | 
| Return the size of this site set in memory.   | |
| const S & | overset () const | 
| Give the primary overset.   | |
| p_if () | |
| Constructor without argument.   | |
| p_if (const S &s, const F &f) | |
Constructor with a site set s and a predicate f.   | |
| bool | pred (const psite &p) const | 
Test predicate on point site p.   | |
| const F & | predicate () const | 
| Give the predicate function.   | |
Site set restricted w.r.t.
a predicate.
Parameter S is a site set type; parameter F is a function from point to Boolean. 
Definition at line 83 of file p_if.hh.
| typedef p_if_piter_<typename S ::bkd_piter, S, F> mln::p_if< S, F >::bkd_piter | 
Backward Site_Iterator associated type.
| typedef p_if_piter_<typename S ::fwd_piter, S, F> mln::p_if< S, F >::fwd_piter | 
Forward Site_Iterator associated type.
Site_Iterator associated type.
Test if p belongs to the subset. 
Definition at line 159 of file p_if.hh.
References mln::p_if< S, F >::has().
Referenced by mln::p_if< S, F >::has().
| bool mln::p_if< S, F >::is_valid | ( | ) |  const [inline] | 
        
| std::size_t mln::p_if< S, F >::memory_size | ( | ) |  const [inline] | 
        
| const S & mln::p_if< S, F >::overset | ( | ) |  const [inline] | 
        
 1.7.1