$extrastylesheet
#include <single_predicates.h>

Public Member Functions | |
| virtual | ~boundary_side () |
| virtual bool | operator() (const T &it) const |
Protected Member Functions | |
| virtual predicate< T > * | clone () const |
Friends | |
| struct | abstract_multi_predicate< T > |
Definition at line 313 of file single_predicates.h.
| virtual libMesh::Predicates::boundary_side< T >::~boundary_side | ( | ) | [inline, virtual] |
Definition at line 315 of file single_predicates.h.
{}
| virtual predicate<T>* libMesh::Predicates::boundary_side< T >::clone | ( | ) | const [inline, protected, virtual] |
Implements libMesh::Predicates::predicate< T >.
Definition at line 322 of file single_predicates.h.
{ return new boundary_side<T>(*this); }
| virtual bool libMesh::Predicates::boundary_side< T >::operator() | ( | const T & | it | ) | const [inline, virtual] |
Implements libMesh::Predicates::predicate< T >.
Definition at line 316 of file single_predicates.h.
{
return it.side_on_boundary();
}
friend struct abstract_multi_predicate< T > [friend, inherited] |
Definition at line 60 of file single_predicates.h.