EntropyEngine::Core::Graph::EdgeList
EntropyEngine::Core::Graph::EdgeList
Section titled “EntropyEngine::Core::Graph::EdgeList”Edge storage per node.
#include <DirectedAcyclicGraph.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| uint16_t | getOutDegree() const |
| uint16_t | getInDegree() const |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::vector< uint32_t > | outgoing Outgoing edges from this node. |
| std::vector< uint32_t > | incoming Incoming edges to this node. |
Public Functions Documentation
Section titled “Public Functions Documentation”function getOutDegree
Section titled “function getOutDegree”inline uint16_t getOutDegree() constfunction getInDegree
Section titled “function getInDegree”inline uint16_t getInDegree() constPublic Attributes Documentation
Section titled “Public Attributes Documentation”variable outgoing
Section titled “variable outgoing”std::vector< uint32_t > outgoing;Outgoing edges from this node.
variable incoming
Section titled “variable incoming”std::vector< uint32_t > incoming;Incoming edges to this node.
Updated on 2026-01-26 at 17:14:35 -0500