|
ug4
|
Element callback that returns true, if an element does not lie on the grids boundary. More...
#include <topology_callbacks.h>
Inheritance diagram for ug::IsNotOnBoundary:Public Member Functions | |
| IsNotOnBoundary (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 does not lie on the grids boundary.
|
inline |
|
inlineprivate |
References ug::LiesOnBoundary(), and m_grid.
Referenced by operator()(), operator()(), and 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().