![]() |
deal.II version GIT relicensing-2972-g3b1da50de6 2025-03-29 20:10:00+00:00
|
#include <deal.II/grid/filtered_iterator.h>
Public Member Functions | |
template<class Iterator > | |
bool | operator() (const Iterator &i) const |
Filter that evaluates to true if either the iterator points to an object for which the user flag is not set or an iterator past the end. Inverse filter to the previous class.
Definition at line 102 of file filtered_iterator.h.
|
inline |
Evaluate the iterator and return true if the object has an unset user flag or past the end.
Definition at line 1413 of file filtered_iterator.h.