ug4
|
Element callback that returns true, if an element is not marked. More...
#include <basic_callbacks.h>
Public Member Functions | |
IsNotMarked (const Grid &grid) | |
bool | operator() (Edge *e) const |
bool | operator() (Face *f) const |
bool | operator() (Vertex *v) const |
bool | operator() (Volume *v) const |
Public Member Functions inherited from ug::ElementCallback | |
ElementCallback () | |
virtual | ~ElementCallback () |
Private Member Functions | |
template<class TElem > | |
bool | callback (TElem *e) const |
Private Attributes | |
const Grid & | m_grid |
Element callback that returns true, if an element is not marked.
|
inline |
|
inlineprivate |
References ug::Grid::is_marked(), and m_grid.
Referenced by operator()().
|
inlinevirtual |
Implements ug::ElementCallback.
References callback().
|
inlinevirtual |
Implements ug::ElementCallback.
References callback().
|
inlinevirtual |
Implements ug::ElementCallback.
References callback().
|
inlinevirtual |
Implements ug::ElementCallback.
References callback().
|
private |
Referenced by callback().