ug4
|
Element callback that returns true, if an element is selected. More...
#include <selection_callbacks.h>
Public Member Functions | |
IsSelected (const ISelector &sel) | |
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 ISelector & | m_sel |
Element callback that returns true, if an element is selected.
|
inline |
|
inlineprivate |
References ug::ISelector::is_selected(), and m_sel.
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().