bottom up traversal of the subtree of a given node More...
#include <ogdf/energybased/fast_multipole_embedder/LinearQuadtree.h>
Public Member Functions | |
| bottom_up_traversal_functor (const LinearQuadtree &t, F f) | |
| bottom_up_traversal_functor (const LinearQuadtree &t, F f, CondType c) | |
| void | operator() (NodeID u) |
Public Attributes | |
| CondType | cond |
| F | func |
| const LinearQuadtree & | tree |
bottom up traversal of the subtree of a given node
Definition at line 242 of file LinearQuadtree.h.
|
inline |
Definition at line 247 of file LinearQuadtree.h.
|
inline |
Definition at line 249 of file LinearQuadtree.h.
|
inline |
Definition at line 252 of file LinearQuadtree.h.
| CondType ogdf::fast_multipole_embedder::LinearQuadtree::bottom_up_traversal_functor< F, CondType >::cond |
Definition at line 245 of file LinearQuadtree.h.
| F ogdf::fast_multipole_embedder::LinearQuadtree::bottom_up_traversal_functor< F, CondType >::func |
Definition at line 244 of file LinearQuadtree.h.
| const LinearQuadtree& ogdf::fast_multipole_embedder::LinearQuadtree::bottom_up_traversal_functor< F, CondType >::tree |
Definition at line 243 of file LinearQuadtree.h.