Definitions of functors used in FME layout. More...
#include <ogdf/basic/basic.h>
Go to the source code of this file.
Classes | |
struct | ogdf::fast_multipole_embedder::composition_functor< FuncFirst, FuncSecond > |
Functor for composing two other functors. More... | |
struct | ogdf::fast_multipole_embedder::const_condition< result > |
condition functor for returning a constant boolean value More... | |
struct | ogdf::fast_multipole_embedder::do_nothing |
the useless do nothing function More... | |
struct | ogdf::fast_multipole_embedder::if_then_else_functor< CondType, ThenType, ElseType > |
Functor for conditional usage of a functor. More... | |
struct | ogdf::fast_multipole_embedder::min_max_functor< T > |
generic min max functor for an array More... | |
struct | ogdf::fast_multipole_embedder::not_condition_functor< Func > |
functor for negating a condition More... | |
struct | ogdf::fast_multipole_embedder::pair_call_functor< F, A > |
helper functor to generate a pair as parameters More... | |
struct | ogdf::fast_multipole_embedder::pair_vice_versa_functor< Func > |
functor for invoking a functor for a pair(u,v) and then (v,u) More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::fast_multipole_embedder |
Typedefs | |
using | ogdf::fast_multipole_embedder::false_condition = const_condition< false > |
using | ogdf::fast_multipole_embedder::true_condition = const_condition< true > |
the corresponding typedefs | |
Definitions of functors used in FME layout.
Definition in file FMEFunctional.h.