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 230 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 233 of file single_predicates.h.

00233 : 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 238 of file single_predicates.h.

00238 { 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 235 of file single_predicates.h.

00235 { 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 222 of file single_predicates.h.

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


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

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:49 UTC

Hosted By:
SourceForge.net Logo