Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

Local-to-Point functor. More...

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

Public Member Functions

 p2p_functor (const LinearQuadtree &t, float *x, float *y)
 
void operator() (LinearQuadtree::NodeID nodeIndex)
 
void operator() (LinearQuadtree::NodeID nodeIndexA, LinearQuadtree::NodeID nodeIndexB)
 

Public Attributes

floatfx
 
floatfy
 
const LinearQuadtreetree
 

Detailed Description

Local-to-Point functor.

Definition at line 299 of file FMEFunc.h.

Constructor & Destructor Documentation

◆ p2p_functor()

ogdf::fast_multipole_embedder::p2p_functor::p2p_functor ( const LinearQuadtree t,
float x,
float y 
)
inline

Definition at line 304 of file FMEFunc.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 317 of file FMEFunc.h.

◆ operator()() [2/2]

void ogdf::fast_multipole_embedder::p2p_functor::operator() ( LinearQuadtree::NodeID  nodeIndexA,
LinearQuadtree::NodeID  nodeIndexB 
)
inline

Definition at line 306 of file FMEFunc.h.

Member Data Documentation

◆ fx

float* ogdf::fast_multipole_embedder::p2p_functor::fx

Definition at line 301 of file FMEFunc.h.

◆ fy

float* ogdf::fast_multipole_embedder::p2p_functor::fy

Definition at line 302 of file FMEFunc.h.

◆ tree

const LinearQuadtree& ogdf::fast_multipole_embedder::p2p_functor::tree

Definition at line 300 of file FMEFunc.h.


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