#include <single_predicates.h>
Public Member Functions | |
subdomain (subdomain_id_type sid) | |
virtual | ~subdomain () |
virtual bool | operator() (const T &it) const override |
Protected Member Functions | |
virtual predicate< T > * | clone () const override |
Protected Attributes | |
const subdomain_id_type | _subdomain |
true
if the pointer's subdomain_id()
matches a given id. Definition at line 436 of file single_predicates.h.
|
inline |
Definition at line 438 of file single_predicates.h.
|
inlinevirtual |
Definition at line 439 of file single_predicates.h.
|
inlineoverrideprotectedvirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 445 of file single_predicates.h.
|
inlineoverridevirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 442 of file single_predicates.h.
References libMesh::Predicates::subdomain< T >::_subdomain.
|
protected |
Definition at line 446 of file single_predicates.h.
Referenced by libMesh::Predicates::subdomain< T >::operator()().