Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IteratorFilters::UserFlagSet Class Reference

#include <deal.II/grid/filtered_iterator.h>

Public Member Functions

template<class Iterator >
bool operator() (const Iterator &i) const
 

Detailed Description

Filter that evaluates to true if either the iterator points to an object for which the user flag is set or an iterator past the end. See GlossUserFlags for information about user flags.

Definition at line 82 of file filtered_iterator.h.

Member Function Documentation

◆ operator()()

template<class Iterator >
bool IteratorFilters::UserFlagSet::operator() ( const Iterator &  i) const
inline

Evaluate the iterator and return true if the object has a set user flag or past the end.

Definition at line 1403 of file filtered_iterator.h.


The documentation for this class was generated from the following file: