|
Enzo
|
One wired link between two nodes, the ground truth of the network's wiring. More...
#include <Connection.h>
Public Member Functions | |
| bool | operator== (const Connection &other) const =default |
Public Attributes | |
| NodeId | sourceNode = 0 |
| unsigned int | sourceOutput = 0 |
| NodeId | targetNode = 0 |
| unsigned int | targetInput = 0 |
One wired link between two nodes, the ground truth of the network's wiring.
Data flows from the source node's output into the target node's input, so the target depends on the source.
Example Node 1's first output feeding node 2's second input is {1, 0, 2, 1}.