libMesh
|
#include <single_predicates.h>
Public Member Functions | |
pid (processor_id_type p) | |
virtual | ~pid () |
virtual bool | operator() (const T &it) const override |
Protected Member Functions | |
virtual predicate< T > * | clone () const override |
Protected Attributes | |
const processor_id_type | _pid |
true
if the pointer's processor id matches a given processor id. Definition at line 189 of file single_predicates.h.
libMesh::Predicates::pid< T >::pid | ( | processor_id_type | p | ) |
Definition at line 191 of file single_predicates.h.
|
virtual |
Definition at line 192 of file single_predicates.h.
|
overrideprotectedvirtual |
Implements libMesh::Predicates::predicate< T >.
Reimplemented in libMesh::Predicates::not_pid< T >.
Definition at line 198 of file single_predicates.h.
|
overridevirtual |
Implements libMesh::Predicates::predicate< T >.
Reimplemented in libMesh::Predicates::not_pid< T >.
Definition at line 195 of file single_predicates.h.
References libMesh::Predicates::pid< T >::_pid.
Referenced by libMesh::Predicates::not_pid< T >::operator()().
|
protected |
Definition at line 199 of file single_predicates.h.
Referenced by libMesh::Predicates::pid< T >::operator()().