functor for iterating over all ordered pairs of children of a node More...
#include <ogdf/energybased/fast_multipole_embedder/LinearQuadtree.h>
Public Member Functions | |
| forall_ordered_pairs_of_children_functor (const LinearQuadtree &t, F f) | |
| void | operator() (NodeID u) |
Public Attributes | |
| F | func |
| const LinearQuadtree & | tree |
functor for iterating over all ordered pairs of children of a node
Definition at line 183 of file LinearQuadtree.h.
|
inline |
Definition at line 187 of file LinearQuadtree.h.
|
inline |
Definition at line 190 of file LinearQuadtree.h.
| F ogdf::fast_multipole_embedder::LinearQuadtree::forall_ordered_pairs_of_children_functor< F >::func |
Definition at line 185 of file LinearQuadtree.h.
| const LinearQuadtree& ogdf::fast_multipole_embedder::LinearQuadtree::forall_ordered_pairs_of_children_functor< F >::tree |
Definition at line 184 of file LinearQuadtree.h.