Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

Detailed Description

the main global options for a run

Definition at line 73 of file FMEFunc.h.

Member Data Documentation

◆ doPostProcessing

bool ogdf::fast_multipole_embedder::FMEGlobalOptions::doPostProcessing

enable postprocessing

Definition at line 87 of file FMEFunc.h.

◆ doPrepProcessing

bool ogdf::fast_multipole_embedder::FMEGlobalOptions::doPrepProcessing

enable preprocessing

Definition at line 86 of file FMEFunc.h.

◆ edgeForceFactor

float ogdf::fast_multipole_embedder::FMEGlobalOptions::edgeForceFactor

edge force factor for the main step

Definition at line 79 of file FMEFunc.h.

◆ maxNumIterations

uint32_t ogdf::fast_multipole_embedder::FMEGlobalOptions::maxNumIterations

maximum number of iterations in the main step

Definition at line 83 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 84 of file FMEFunc.h.

◆ multipolePrecision

uint32_t ogdf::fast_multipole_embedder::FMEGlobalOptions::multipolePrecision

Definition at line 93 of file FMEFunc.h.

◆ normEdgeLength

float ogdf::fast_multipole_embedder::FMEGlobalOptions::normEdgeLength

average edge length when desired edge length are normalized

Definition at line 81 of file FMEFunc.h.

◆ normNodeSize

float ogdf::fast_multipole_embedder::FMEGlobalOptions::normNodeSize

average node size when node sizes are normalized

Definition at line 82 of file FMEFunc.h.

◆ preProcEdgeForceFactor

float ogdf::fast_multipole_embedder::FMEGlobalOptions::preProcEdgeForceFactor

edge force factor for the preprocessing step

Definition at line 75 of file FMEFunc.h.

◆ preProcMaxNumIterations

uint32_t ogdf::fast_multipole_embedder::FMEGlobalOptions::preProcMaxNumIterations

number of iterations the preprocessing is applied

Definition at line 76 of file FMEFunc.h.

◆ preProcTimeStep

float ogdf::fast_multipole_embedder::FMEGlobalOptions::preProcTimeStep

time step factor for the preprocessing step

Definition at line 74 of file FMEFunc.h.

◆ repForceFactor

float ogdf::fast_multipole_embedder::FMEGlobalOptions::repForceFactor

repulsive force factor for the main step

Definition at line 80 of file FMEFunc.h.

◆ stopCritAvgForce

double ogdf::fast_multipole_embedder::FMEGlobalOptions::stopCritAvgForce

stopping criteria

Definition at line 90 of file FMEFunc.h.

◆ stopCritConstSq

double ogdf::fast_multipole_embedder::FMEGlobalOptions::stopCritConstSq

stopping criteria

Definition at line 91 of file FMEFunc.h.

◆ stopCritForce

double ogdf::fast_multipole_embedder::FMEGlobalOptions::stopCritForce

stopping criteria

Definition at line 89 of file FMEFunc.h.

◆ timeStep

float ogdf::fast_multipole_embedder::FMEGlobalOptions::timeStep

time step factor for the main step

Definition at line 78 of file FMEFunc.h.


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