Skip to main content

Edge Struct

Declaration

struct simaai::neat::graph::Edge { ... }

Included Headers

#include <GraphTypes.h>

Public Member Attributes Index

NodeIdfrom = kInvalidNode
PortIdfrom_port = kInvalidPort
NodeIdto = kInvalidNode
PortIdto_port = kInvalidPort

Definition at line 34 of file GraphTypes.h.

Public Member Attributes

from

NodeId simaai::neat::graph::Edge::from = kInvalidNode

Definition at line 35 of file GraphTypes.h.

35 NodeId from = kInvalidNode;

from_port

PortId simaai::neat::graph::Edge::from_port = kInvalidPort

Definition at line 36 of file GraphTypes.h.

36 PortId from_port = kInvalidPort;

to

NodeId simaai::neat::graph::Edge::to = kInvalidNode

Definition at line 37 of file GraphTypes.h.

37 NodeId to = kInvalidNode;

to_port

PortId simaai::neat::graph::Edge::to_port = kInvalidPort

Definition at line 38 of file GraphTypes.h.

38 PortId to_port = kInvalidPort;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.