Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

the main global options for a run More...

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

Public Attributes

bool doPostProcessing
 enable postprocessing
 
bool doPrepProcessing
 enable preprocessing
 
float edgeForceFactor
 edge force factor for the main step
 
uint32_t maxNumIterations
 maximum number of iterations in the main step
 
uint32_t minNumIterations
 minimum number of iterations to be done regardless of any other conditions
 
uint32_t multipolePrecision
 
float normEdgeLength
 average edge length when desired edge length are normalized
 
float normNodeSize
 average node size when node sizes are normalized
 
float preProcEdgeForceFactor
 edge force factor for the preprocessing step
 
uint32_t preProcMaxNumIterations
 number of iterations the preprocessing is applied
 
float preProcTimeStep
 time step factor for the preprocessing step
 
float repForceFactor
 repulsive force factor for the main step
 
double stopCritAvgForce
 stopping criteria
 
double stopCritConstSq
 stopping criteria
 
double stopCritForce
 stopping criteria
 
float timeStep
 time step factor for the main step
 

Detailed Description

the main global options for a run

Definition at line 66 of file FMEFunc.h.

Member Data Documentation

◆ doPostProcessing

bool ogdf::fast_multipole_embedder::FMEGlobalOptions::doPostProcessing

enable postprocessing

Definition at line 80 of file FMEFunc.h.

◆ doPrepProcessing

bool ogdf::fast_multipole_embedder::FMEGlobalOptions::doPrepProcessing

enable preprocessing

Definition at line 79 of file FMEFunc.h.

◆ edgeForceFactor

float ogdf::fast_multipole_embedder::FMEGlobalOptions::edgeForceFactor

edge force factor for the main step

Definition at line 72 of file FMEFunc.h.

◆ maxNumIterations

uint32_t ogdf::fast_multipole_embedder::FMEGlobalOptions::maxNumIterations

maximum number of iterations in the main step

Definition at line 76 of file FMEFunc.h.

◆ minNumIterations

uint32_t ogdf::fast_multipole_embedder::FMEGlobalOptions::minNumIterations

minimum number of iterations to be done regardless of any other conditions

Definition at line 77 of file FMEFunc.h.

◆ multipolePrecision

uint32_t ogdf::fast_multipole_embedder::FMEGlobalOptions::multipolePrecision

Definition at line 86 of file FMEFunc.h.

◆ normEdgeLength

float ogdf::fast_multipole_embedder::FMEGlobalOptions::normEdgeLength

average edge length when desired edge length are normalized

Definition at line 74 of file FMEFunc.h.

◆ normNodeSize

float ogdf::fast_multipole_embedder::FMEGlobalOptions::normNodeSize

average node size when node sizes are normalized

Definition at line 75 of file FMEFunc.h.

◆ preProcEdgeForceFactor

float ogdf::fast_multipole_embedder::FMEGlobalOptions::preProcEdgeForceFactor

edge force factor for the preprocessing step

Definition at line 68 of file FMEFunc.h.

◆ preProcMaxNumIterations

uint32_t ogdf::fast_multipole_embedder::FMEGlobalOptions::preProcMaxNumIterations

number of iterations the preprocessing is applied

Definition at line 69 of file FMEFunc.h.

◆ preProcTimeStep

float ogdf::fast_multipole_embedder::FMEGlobalOptions::preProcTimeStep

time step factor for the preprocessing step

Definition at line 67 of file FMEFunc.h.

◆ repForceFactor

float ogdf::fast_multipole_embedder::FMEGlobalOptions::repForceFactor

repulsive force factor for the main step

Definition at line 73 of file FMEFunc.h.

◆ stopCritAvgForce

double ogdf::fast_multipole_embedder::FMEGlobalOptions::stopCritAvgForce

stopping criteria

Definition at line 83 of file FMEFunc.h.

◆ stopCritConstSq

double ogdf::fast_multipole_embedder::FMEGlobalOptions::stopCritConstSq

stopping criteria

Definition at line 84 of file FMEFunc.h.

◆ stopCritForce

double ogdf::fast_multipole_embedder::FMEGlobalOptions::stopCritForce

stopping criteria

Definition at line 82 of file FMEFunc.h.

◆ timeStep

float ogdf::fast_multipole_embedder::FMEGlobalOptions::timeStep

time step factor for the main step

Definition at line 71 of file FMEFunc.h.


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