#include <ogdf/energybased/fast_multipole_embedder/LinearQuadtree.h>
Public Member Functions | |
wspd_functor (const LinearQuadtree &t, WSPairFuncType &wsf, DPairFuncType &dpf, DNodeFuncType &dnf) | |
wspd_functor (const LinearQuadtree &t, WSPairFuncType &wsf, DPairFuncType &dpf, DNodeFuncType &dnf, BranchCondType &bc) | |
void | operator() (NodeID u) |
void | operator() (NodeID u, NodeID v) |
Public Attributes | |
BranchCondType | BranchCondFunction |
DNodeFuncType | DNodeFunction |
DPairFuncType | DPairFunction |
const LinearQuadtree & | tree |
WSPairFuncType | WSFunction |
Definition at line 271 of file LinearQuadtree.h.
|
inline |
Definition at line 278 of file LinearQuadtree.h.
|
inline |
Definition at line 282 of file LinearQuadtree.h.
|
inline |
Definition at line 290 of file LinearQuadtree.h.
|
inline |
Definition at line 303 of file LinearQuadtree.h.
BranchCondType ogdf::fast_multipole_embedder::LinearQuadtree::wspd_functor< WSPairFuncType, DPairFuncType, DNodeFuncType, BranchCondType >::BranchCondFunction |
Definition at line 276 of file LinearQuadtree.h.
DNodeFuncType ogdf::fast_multipole_embedder::LinearQuadtree::wspd_functor< WSPairFuncType, DPairFuncType, DNodeFuncType, BranchCondType >::DNodeFunction |
Definition at line 275 of file LinearQuadtree.h.
DPairFuncType ogdf::fast_multipole_embedder::LinearQuadtree::wspd_functor< WSPairFuncType, DPairFuncType, DNodeFuncType, BranchCondType >::DPairFunction |
Definition at line 274 of file LinearQuadtree.h.
const LinearQuadtree& ogdf::fast_multipole_embedder::LinearQuadtree::wspd_functor< WSPairFuncType, DPairFuncType, DNodeFuncType, BranchCondType >::tree |
Definition at line 272 of file LinearQuadtree.h.
WSPairFuncType ogdf::fast_multipole_embedder::LinearQuadtree::wspd_functor< WSPairFuncType, DPairFuncType, DNodeFuncType, BranchCondType >::WSFunction |
Definition at line 273 of file LinearQuadtree.h.