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. More... | |
uint32_t | firstEntry |
The first pair in the edges chain. More... | |
uint32_t | lastEntry |
The last pair in the edges chain. More... | |
uint32_t | unused |
Not used yet. More... | |
Information about incident edges (16 bytes).
Definition at line 44 of file EdgeChain.h.
uint32_t ogdf::fast_multipole_embedder::NodeAdjInfo::degree |
Total count of pairs where is either the first or second node.
Definition at line 46 of file EdgeChain.h.
uint32_t ogdf::fast_multipole_embedder::NodeAdjInfo::firstEntry |
The first pair in the edges chain.
Definition at line 47 of file EdgeChain.h.
uint32_t ogdf::fast_multipole_embedder::NodeAdjInfo::lastEntry |
The last pair in the edges chain.
Definition at line 48 of file EdgeChain.h.
uint32_t ogdf::fast_multipole_embedder::NodeAdjInfo::unused |
Not used yet.
Only for 16-byte alignment of array elements.
Definition at line 49 of file EdgeChain.h.