|
libMesh
|
#include <single_predicates.h>
Public Member Functions | |
| bnd (const BoundaryInfo &bndry_info) | |
| virtual | ~bnd ()=default |
| virtual bool | operator() (const T &it) const override |
Protected Member Functions | |
| virtual std::unique_ptr< predicate< T > > | clone () const override |
Protected Attributes | |
| const BoundaryInfo & | _bndry_info |
true if n_boundary_ids(node) > 0. Definition at line 223 of file single_predicates.h.
|
inline |
Definition at line 225 of file single_predicates.h.
|
virtualdefault |
|
inlineoverrideprotectedvirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 234 of file single_predicates.h.
|
overridevirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 43 of file single_predicates.C.
|
protected |
Definition at line 235 of file single_predicates.h.
1.8.14