Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::fast_multipole_embedder::LinearQuadtree::forall_ordered_pairs_of_children_functor< F > Struct Template Reference

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 LinearQuadtreetree
 

Detailed Description

template<typename F>
struct ogdf::fast_multipole_embedder::LinearQuadtree::forall_ordered_pairs_of_children_functor< F >

functor for iterating over all ordered pairs of children of a node

Definition at line 180 of file LinearQuadtree.h.

Constructor & Destructor Documentation

◆ forall_ordered_pairs_of_children_functor()

template<typename F >
ogdf::fast_multipole_embedder::LinearQuadtree::forall_ordered_pairs_of_children_functor< F >::forall_ordered_pairs_of_children_functor ( const LinearQuadtree t,
F  f 
)
inline

Definition at line 184 of file LinearQuadtree.h.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ func

◆ tree


The documentation for this struct was generated from the following file: