#include <single_predicates.h>
Public Member Functions | |
elem_type (ElemType t) | |
virtual | ~elem_type () |
virtual bool | operator() (const T &it) const override |
Protected Member Functions | |
virtual predicate< T > * | clone () const override |
Protected Attributes | |
const ElemType | _elem_type |
true
if the pointer's type matches the given type. Of course, this one can only be instantiated for objects which return Elem pointers when dereferenced. Definition at line 318 of file single_predicates.h.
|
inline |
Definition at line 320 of file single_predicates.h.
|
inlinevirtual |
Definition at line 321 of file single_predicates.h.
|
inlineoverrideprotectedvirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 326 of file single_predicates.h.
|
inlineoverridevirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 323 of file single_predicates.h.
References libMesh::Predicates::elem_type< T >::_elem_type.
|
protected |
Definition at line 327 of file single_predicates.h.
Referenced by libMesh::Predicates::elem_type< T >::operator()().