Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::energybased::dtree::DTreeForce< Dim >::NodeData Struct Reference

the node data More...

Public Attributes

double centerOfMass [Dim]
 center of mass of the subtree
 
double force [Dim]
 the force
 
double force_prime
 the first derivation of the distance based force function
 
double mass
 mass of this node
 

Detailed Description

template<int Dim>
struct ogdf::energybased::dtree::DTreeForce< Dim >::NodeData

the node data

Definition at line 100 of file DTreeForce.h.

Member Data Documentation

◆ centerOfMass

template<int Dim>
double ogdf::energybased::dtree::DTreeForce< Dim >::NodeData::centerOfMass[Dim]

center of mass of the subtree

Definition at line 105 of file DTreeForce.h.

◆ force

template<int Dim>
double ogdf::energybased::dtree::DTreeForce< Dim >::NodeData::force[Dim]

the force

Definition at line 108 of file DTreeForce.h.

◆ force_prime

template<int Dim>
double ogdf::energybased::dtree::DTreeForce< Dim >::NodeData::force_prime

the first derivation of the distance based force function

Definition at line 111 of file DTreeForce.h.

◆ mass

template<int Dim>
double ogdf::energybased::dtree::DTreeForce< Dim >::NodeData::mass

mass of this node

Definition at line 102 of file DTreeForce.h.


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