Skip to content

EntropyEngine::Core::Graph::EdgeList

Edge storage per node.

#include <DirectedAcyclicGraph.h>

Name
uint16_tgetOutDegree() const
uint16_tgetInDegree() const
Name
std::vector< uint32_t >outgoing
Outgoing edges from this node.
std::vector< uint32_t >incoming
Incoming edges to this node.
inline uint16_t getOutDegree() const
inline uint16_t getInDegree() const
std::vector< uint32_t > outgoing;

Outgoing edges from this node.

std::vector< uint32_t > incoming;

Incoming edges to this node.


Updated on 2026-01-26 at 17:14:35 -0500