Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::fast_multipole_embedder::LinearQuadtree::wspd_functor< WSPairFuncType, DPairFuncType, DNodeFuncType, BranchCondType > Struct Template Reference

#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 LinearQuadtreetree
 
WSPairFuncType WSFunction
 

Detailed Description

template<typename WSPairFuncType, typename DPairFuncType, typename DNodeFuncType, typename BranchCondType = true_condition>
struct ogdf::fast_multipole_embedder::LinearQuadtree::wspd_functor< WSPairFuncType, DPairFuncType, DNodeFuncType, BranchCondType >

Definition at line 271 of file LinearQuadtree.h.

Constructor & Destructor Documentation

◆ wspd_functor() [1/2]

◆ wspd_functor() [2/2]

Member Function Documentation

◆ operator()() [1/2]

◆ operator()() [2/2]

Member Data Documentation

◆ BranchCondFunction

◆ DNodeFunction

◆ DPairFunction

◆ tree

◆ WSFunction


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