$extrastylesheet
#include <single_predicates.h>

Public Member Functions | |
| virtual | ~null_neighbor () |
| virtual bool | operator() (const T &it) const |
Protected Member Functions | |
| virtual predicate< T > * | clone () const |
Friends | |
| struct | abstract_multi_predicate< T > |
Definition at line 295 of file single_predicates.h.
| virtual libMesh::Predicates::null_neighbor< T >::~null_neighbor | ( | ) | [inline, virtual] |
Definition at line 297 of file single_predicates.h.
{}
| virtual predicate<T>* libMesh::Predicates::null_neighbor< T >::clone | ( | ) | const [inline, protected, virtual] |
Implements libMesh::Predicates::predicate< T >.
Definition at line 304 of file single_predicates.h.
{ return new null_neighbor<T>(*this); }
| virtual bool libMesh::Predicates::null_neighbor< T >::operator() | ( | const T & | it | ) | const [inline, virtual] |
Implements libMesh::Predicates::predicate< T >.
Definition at line 298 of file single_predicates.h.
{
return (*it)->on_boundary();
}
friend struct abstract_multi_predicate< T > [friend, inherited] |
Definition at line 60 of file single_predicates.h.