ug4
|
Element callback that returns true, if an element lies on the grids boundary. More...
#include <topology_callbacks.h>
Public Member Functions | |
IsOnBoundary (Grid &g) | |
bool | operator() (Edge *e) const |
bool | operator() (Face *f) const |
bool | operator() (Vertex *v) const |
bool | operator() (Volume *) const |
Public Member Functions inherited from ug::ElementCallback | |
ElementCallback () | |
virtual | ~ElementCallback () |
Private Member Functions | |
template<class TElem > | |
bool | callback (TElem *e) const |
Private Attributes | |
Grid & | m_grid |
Element callback that returns true, if an element lies on the grids boundary.
|
inline |
|
inlineprivate |
References ug::LiesOnBoundary(), 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.
|
private |
Referenced by callback().