Edge Struct
Directed connection from one node's output port to another node's input port. More...
Declaration
struct simaai::neat::graph::Edge { ... }
Included Headers
#include <GraphTypes.h>
Public Member Attributes Index
| NodeId | from = kInvalidNode |
|
Source node ID. More... | |
| PortId | from_port = kInvalidPort |
|
Source port index on the from node. More... | |
| NodeId | to = kInvalidNode |
|
Destination node ID. More... | |
| PortId | to_port = kInvalidPort |
|
Destination port index on the to node. More... | |
Description
Directed connection from one node's output port to another node's input port.
Definition at line 41 of file GraphTypes.h.
Public Member Attributes
from
|
from_port
|
Source port index on the from node.
Definition at line 43 of file GraphTypes.h.
to
|
to_port
|
Destination port index on the to node.
Definition at line 45 of file GraphTypes.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.