#include <single_predicates.h>
Public Member Functions | |
level (unsigned int l) | |
virtual | ~level () |
virtual bool | operator() (const T &it) const override |
Protected Member Functions | |
virtual predicate< T > * | clone () const override |
Protected Attributes | |
const unsigned int | _level |
true
if the pointer's level matches the given level. Definition at line 361 of file single_predicates.h.
|
inline |
Definition at line 363 of file single_predicates.h.
|
inlinevirtual |
Definition at line 364 of file single_predicates.h.
|
inlineoverrideprotectedvirtual |
Implements libMesh::Predicates::predicate< T >.
Reimplemented in libMesh::Predicates::not_level< T >.
Definition at line 369 of file single_predicates.h.
|
inlineoverridevirtual |
Implements libMesh::Predicates::predicate< T >.
Reimplemented in libMesh::Predicates::not_level< T >.
Definition at line 366 of file single_predicates.h.
References libMesh::Predicates::level< T >::_level.
Referenced by libMesh::Predicates::not_level< T >::operator()().
|
protected |
Definition at line 370 of file single_predicates.h.
Referenced by libMesh::Predicates::level< T >::operator()().