Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::fast_multipole_embedder::M2LFunctor Class Reference

Converts the multipole expansion coefficients from all nodes which are well separated from the i-th node to local expansion coefficients and adds them to the local expansion coefficients of the i-th node. More...

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

Public Member Functions

 M2LFunctor (FMELocalContext *pLocalContext)
 
void operator() (uint32_t begin, uint32_t end)
 
void operator() (uint32_t i)
 
uint32_t operator() (void) const
 

Private Attributes

LinearQuadtreequadtree
 
LinearQuadtreeExpansionquadtreeExp
 
WSPDwspd
 

Detailed Description

Converts the multipole expansion coefficients from all nodes which are well separated from the i-th node to local expansion coefficients and adds them to the local expansion coefficients of the i-th node.

Definition at line 507 of file FMEFunc.h.

Constructor & Destructor Documentation

◆ M2LFunctor()

ogdf::fast_multipole_embedder::M2LFunctor::M2LFunctor ( FMELocalContext pLocalContext)
inlineexplicit

Definition at line 509 of file FMEFunc.h.

Member Function Documentation

◆ operator()() [1/3]

void ogdf::fast_multipole_embedder::M2LFunctor::operator() ( uint32_t  begin,
uint32_t  end 
)
inline

Definition at line 526 of file FMEFunc.h.

◆ operator()() [2/3]

void ogdf::fast_multipole_embedder::M2LFunctor::operator() ( uint32_t  i)
inline

Definition at line 517 of file FMEFunc.h.

◆ operator()() [3/3]

uint32_t ogdf::fast_multipole_embedder::M2LFunctor::operator() ( void  ) const
inline

Definition at line 515 of file FMEFunc.h.

Member Data Documentation

◆ quadtree

LinearQuadtree* ogdf::fast_multipole_embedder::M2LFunctor::quadtree
private

Definition at line 533 of file FMEFunc.h.

◆ quadtreeExp

LinearQuadtreeExpansion* ogdf::fast_multipole_embedder::M2LFunctor::quadtreeExp
private

Definition at line 534 of file FMEFunc.h.

◆ wspd

WSPD* ogdf::fast_multipole_embedder::M2LFunctor::wspd
private

Definition at line 535 of file FMEFunc.h.


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