libMesh::Predicates::not_subactive< T > Struct Template Reference

#include <single_predicates.h>

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

List of all members.

Public Member Functions

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::not_subactive< T >

Definition at line 145 of file single_predicates.h.


Member Function Documentation

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

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

Definition at line 150 of file single_predicates.h.

00150 { return new not_subactive<T>(*this); }

template<typename T>
virtual bool libMesh::Predicates::not_subactive< T >::operator() ( const T &  it  )  const [inline, virtual]

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

Definition at line 147 of file single_predicates.h.

00147 { return !subactive<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.


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

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

Hosted By:
SourceForge.net Logo