#include <single_predicates.h>

| Public Member Functions | |
| virtual | ~boundary_side () | 
| virtual bool | operator() (const T &it) const override | 
| Protected Member Functions | |
| virtual predicate< T > * | clone () const override | 
side_on_boundary().This predicate simply forwards the work of determining whether a particular side is on the boundary to the iterator itself, which has more information.
Definition at line 419 of file single_predicates.h.
| 
 | inlinevirtual | 
Definition at line 421 of file single_predicates.h.
| 
 | inlineoverrideprotectedvirtual | 
Implements libMesh::Predicates::predicate< T >.
Definition at line 428 of file single_predicates.h.
| 
 | inlineoverridevirtual | 
Implements libMesh::Predicates::predicate< T >.
Definition at line 422 of file single_predicates.h.
