ug4
|
Callbacks that return true if an element is not contained in a sub-grid. More...
#include <sub_grid.h>
Public Member Functions | |
IsNotInSubGrid (const ISubGrid &subGrid) | |
bool | operator() (Edge *e) |
bool | operator() (Face *f) |
bool | operator() (Vertex *v) |
bool | operator() (Volume *v) |
Private Member Functions | |
template<class TElem > | |
bool | callback (TElem *e) |
Private Attributes | |
const ISubGrid & | m_subGrid |
Callbacks that return true if an element is not contained in a sub-grid.
Please make sure that the associated sub-grid exists until the callback-class was destroyed.
|
inline |
|
inlineprivate |
References ug::ISubGrid::is_contained(), and m_subGrid.
Referenced by operator()().
|
inline |
References callback().
|
inline |
References callback().
|
inline |
References callback().
|
inline |
References callback().
|
private |
Referenced by callback().