Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

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

+ Inheritance diagram for ogdf::fast_multipole_embedder::FMESingleKernel:

Public Member Functions

void operator() (ArrayGraph &graph, float timeStep, uint32_t minIt, uint32_t maxIt, double threshold)
 

Additional Inherited Members

- Private Member Functions inherited from ogdf::fast_multipole_embedder::FMEBasicKernel
void edgeForces (const ArrayGraph &graph, float *fx, float *fy)
 
double moveNodes (ArrayGraph &graph, float *fx, float *fy, float timeStep)
 
void repForces (ArrayGraph &graph, float *fx, float *fy)
 
double simpleEdgeIteration (ArrayGraph &graph, float *fx, float *fy, float timeStep)
 
void simpleForceDirected (ArrayGraph &graph, float timeStep, uint32_t minIt, uint32_t maxIt, uint32_t preProcIt, double threshold)
 
double simpleIteration (ArrayGraph &graph, float *fx, float *fy, float timeStep)
 

Detailed Description

Definition at line 241 of file FMEKernel.h.

Member Function Documentation

◆ operator()()

void ogdf::fast_multipole_embedder::FMESingleKernel::operator() ( ArrayGraph graph,
float  timeStep,
uint32_t  minIt,
uint32_t  maxIt,
double  threshold 
)
inline

Definition at line 247 of file FMEKernel.h.


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