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

#include <single_predicates.h>

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

List of all members.

Public Member Functions

 not_level (const unsigned int l)
virtual bool operator() (const T &it) const

Protected Member Functions

virtual predicate< T > * clone () const

Protected Attributes

const unsigned int _level

Friends

struct abstract_multi_predicate< T >

Detailed Description

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

Definition at line 278 of file single_predicates.h.


Constructor & Destructor Documentation

template<typename T>
libMesh::Predicates::not_level< T >::not_level ( const unsigned int  l) [inline]

Definition at line 281 of file single_predicates.h.

: level<T>(l) {}

Member Function Documentation

template<typename T>
virtual predicate<T>* libMesh::Predicates::not_level< T >::clone ( ) const [inline, protected, virtual]

Reimplemented from libMesh::Predicates::level< T >.

Definition at line 286 of file single_predicates.h.

{ return new not_level<T>(*this); }
template<typename T>
virtual bool libMesh::Predicates::not_level< T >::operator() ( const T &  it) const [inline, virtual]

Reimplemented from libMesh::Predicates::level< T >.

Definition at line 283 of file single_predicates.h.

{ return !level<T>::operator()(it); }

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.


Member Data Documentation

template<typename T>
const unsigned int libMesh::Predicates::level< T >::_level [protected, inherited]

Definition at line 270 of file single_predicates.h.

Referenced by libMesh::Predicates::level< T >::operator()().


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