Functor for conditional usage of a functor. More...
#include <ogdf/energybased/fast_multipole_embedder/FMEFunctional.h>
Public Member Functions | |
if_then_else_functor (const CondType &c, const ThenType &f1) | |
if_then_else_functor (const CondType &c, const ThenType &f1, const ElseType &f2) | |
template<typename A > | |
void | operator() (A a) |
template<typename A , typename B > | |
void | operator() (A a, B b) |
Public Attributes | |
CondType | condFunc |
ElseType | elseFunc |
ThenType | thenFunc |
Functor for conditional usage of a functor.
Definition at line 95 of file FMEFunctional.h.
|
inline |
Definition at line 100 of file FMEFunctional.h.
|
inline |
Definition at line 102 of file FMEFunctional.h.
|
inline |
Definition at line 106 of file FMEFunctional.h.
|
inline |
Definition at line 115 of file FMEFunctional.h.
CondType ogdf::fast_multipole_embedder::if_then_else_functor< CondType, ThenType, ElseType >::condFunc |
Definition at line 96 of file FMEFunctional.h.
ElseType ogdf::fast_multipole_embedder::if_then_else_functor< CondType, ThenType, ElseType >::elseFunc |
Definition at line 98 of file FMEFunctional.h.
ThenType ogdf::fast_multipole_embedder::if_then_else_functor< CondType, ThenType, ElseType >::thenFunc |
Definition at line 97 of file FMEFunctional.h.