Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::fast_multipole_embedder::l2l_functor Struct Reference

Local-to-Local functor. More...

#include <ogdf/energybased/fast_multipole_embedder/FMEFunc.h>

Public Member Functions

 l2l_functor (const LinearQuadtree &t, LinearQuadtreeExpansion &e)
 
void operator() (LinearQuadtree::NodeID nodeIndex)
 
void operator() (LinearQuadtree::NodeID parent, LinearQuadtree::NodeID child)
 

Public Attributes

LinearQuadtreeExpansionexpansions
 
const LinearQuadtreetree
 

Detailed Description

Local-to-Local functor.

Definition at line 251 of file FMEFunc.h.

Constructor & Destructor Documentation

◆ l2l_functor()

ogdf::fast_multipole_embedder::l2l_functor::l2l_functor ( const LinearQuadtree t,
LinearQuadtreeExpansion e 
)
inline

Definition at line 255 of file FMEFunc.h.

Member Function Documentation

◆ operator()() [1/2]

void ogdf::fast_multipole_embedder::l2l_functor::operator() ( LinearQuadtree::NodeID  nodeIndex)
inline

Definition at line 261 of file FMEFunc.h.

◆ operator()() [2/2]

void ogdf::fast_multipole_embedder::l2l_functor::operator() ( LinearQuadtree::NodeID  parent,
LinearQuadtree::NodeID  child 
)
inline

Definition at line 257 of file FMEFunc.h.

Member Data Documentation

◆ expansions

LinearQuadtreeExpansion& ogdf::fast_multipole_embedder::l2l_functor::expansions

Definition at line 253 of file FMEFunc.h.

◆ tree

const LinearQuadtree& ogdf::fast_multipole_embedder::l2l_functor::tree

Definition at line 252 of file FMEFunc.h.


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