Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

Information about an edge (16 bytes). More...

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

Public Member Functions

uint32_t nextEdgeAdjIndex (uint32_t index) const
 Returns the index of the next pair of index.
 
uint32_t twinNode (uint32_t index) const
 Returns the other node (not index).
 

Public Attributes

uint32_t a
 First node of the pair.
 
uint32_t a_next
 Next pair in the chain of the first node.
 
uint32_t b
 Second node of the pair.
 
uint32_t b_next
 Next pair in the chain of the second node.
 

Detailed Description

Information about an edge (16 bytes).

Definition at line 52 of file EdgeChain.h.

Member Function Documentation

◆ nextEdgeAdjIndex()

uint32_t ogdf::fast_multipole_embedder::EdgeAdjInfo::nextEdgeAdjIndex ( uint32_t  index) const
inline

Returns the index of the next pair of index.

Definition at line 66 of file EdgeChain.h.

◆ twinNode()

uint32_t ogdf::fast_multipole_embedder::EdgeAdjInfo::twinNode ( uint32_t  index) const
inline

Returns the other node (not index).

Definition at line 60 of file EdgeChain.h.

Member Data Documentation

◆ a

uint32_t ogdf::fast_multipole_embedder::EdgeAdjInfo::a

First node of the pair.

Definition at line 54 of file EdgeChain.h.

◆ a_next

uint32_t ogdf::fast_multipole_embedder::EdgeAdjInfo::a_next

Next pair in the chain of the first node.

Definition at line 56 of file EdgeChain.h.

◆ b

uint32_t ogdf::fast_multipole_embedder::EdgeAdjInfo::b

Second node of the pair.

Definition at line 55 of file EdgeChain.h.

◆ b_next

uint32_t ogdf::fast_multipole_embedder::EdgeAdjInfo::b_next

Next pair in the chain of the second node.

Definition at line 57 of file EdgeChain.h.


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