Reference documentation for deal.II version 8.5.1
|
Public Member Functions | |
PredicateTemplate (const Predicate &predicate) | |
virtual bool | operator() (const BaseIterator &bi) const |
virtual PredicateBase * | clone () const |
Public Member Functions inherited from FilteredIterator< BaseIterator >::PredicateBase | |
virtual | ~PredicateBase () |
Private Attributes | |
const Predicate | predicate |
Actual implementation of the above abstract base class. Use a template parameter to denote the actual type of the predicate and store a copy of it. When the virtual function is called evaluate the given iterator with the stored copy of the predicate.
Definition at line 721 of file filtered_iterator.h.
|
inline |
Constructor. Take a predicate and store a copy of it.
Definition at line 1165 of file filtered_iterator.h.
|
virtual |
Evaluate the iterator with the stored copy of the predicate.
Implements FilteredIterator< BaseIterator >::PredicateBase.
Definition at line 1176 of file filtered_iterator.h.
|
virtual |
Generate a copy of this object, i.e. of the actual type of this pointer.
Implements FilteredIterator< BaseIterator >::PredicateBase.
Definition at line 1187 of file filtered_iterator.h.
|
private |
Copy of the predicate.
Definition at line 744 of file filtered_iterator.h.