Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

Information about incident edges (16 bytes). More...

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

Public Attributes

uint32_t degree
 Total count of pairs where is either the first or second node.
 
uint32_t firstEntry
 The first pair in the edges chain.
 
uint32_t lastEntry
 The last pair in the edges chain.
 
uint32_t unused
 Not used yet.
 

Detailed Description

Information about incident edges (16 bytes).

Definition at line 43 of file EdgeChain.h.

Member Data Documentation

◆ degree

uint32_t ogdf::fast_multipole_embedder::NodeAdjInfo::degree

Total count of pairs where is either the first or second node.

Definition at line 45 of file EdgeChain.h.

◆ firstEntry

uint32_t ogdf::fast_multipole_embedder::NodeAdjInfo::firstEntry

The first pair in the edges chain.

Definition at line 46 of file EdgeChain.h.

◆ lastEntry

uint32_t ogdf::fast_multipole_embedder::NodeAdjInfo::lastEntry

The last pair in the edges chain.

Definition at line 47 of file EdgeChain.h.

◆ unused

uint32_t ogdf::fast_multipole_embedder::NodeAdjInfo::unused

Not used yet.

Only for 16-byte alignment of array elements.

Definition at line 48 of file EdgeChain.h.


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