$extrastylesheet
libMesh::Predicates::boundary_side< T > Struct Template Reference

#include <single_predicates.h>

Inheritance diagram for libMesh::Predicates::boundary_side< T >:

List of all members.

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 >

Detailed Description

template<typename T>
struct libMesh::Predicates::boundary_side< T >

Definition at line 313 of file single_predicates.h.


Constructor & Destructor Documentation

template<typename T>
virtual libMesh::Predicates::boundary_side< T >::~boundary_side ( ) [inline, virtual]

Definition at line 315 of file single_predicates.h.

{}

Member Function Documentation

template<typename T>
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); }
template<typename T>
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();
  }

Friends And Related Function Documentation

template<typename T>
friend struct abstract_multi_predicate< T > [friend, inherited]

Definition at line 60 of file single_predicates.h.


The documentation for this struct was generated from the following file: