Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::energybased::dtree::DTreeEmbedder< Dim >::NodeInfo Struct Reference

node state More...

Public Attributes

double force [Dim]
 the forces on a node
 
double force_prime
 sum of the derivs
 
double mass
 the mass of this node
 
double position [Dim]
 position of a node
 

Detailed Description

template<int Dim>
struct ogdf::energybased::dtree::DTreeEmbedder< Dim >::NodeInfo

node state

Definition at line 139 of file DTreeEmbedder.h.

Member Data Documentation

◆ force

template<int Dim>
double ogdf::energybased::dtree::DTreeEmbedder< Dim >::NodeInfo::force[Dim]

the forces on a node

Definition at line 144 of file DTreeEmbedder.h.

◆ force_prime

template<int Dim>
double ogdf::energybased::dtree::DTreeEmbedder< Dim >::NodeInfo::force_prime

sum of the derivs

Definition at line 147 of file DTreeEmbedder.h.

◆ mass

template<int Dim>
double ogdf::energybased::dtree::DTreeEmbedder< Dim >::NodeInfo::mass

the mass of this node

Definition at line 150 of file DTreeEmbedder.h.

◆ position

template<int Dim>
double ogdf::energybased::dtree::DTreeEmbedder< Dim >::NodeInfo::position[Dim]

position of a node

Definition at line 141 of file DTreeEmbedder.h.


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