Input Class
Declaration
class simaai::neat::graph::GraphRun::Input { ... }
Included Headers
#include <GraphRun.h>
Friends Index
| class | GraphRun |
Private Constructors Index
| Input (GraphRun *run, NodeId node, PortId port, bool has_port) | |
Public Member Functions Index
| bool | push (const Sample &sample) const |
Private Member Attributes Index
| GraphRun * | run_ = nullptr |
| NodeId | node_ = kInvalidNode |
| PortId | port_ = kInvalidPort |
| bool | has_port_ = false |
Definition at line 84 of file GraphRun.h.
Public Member Functions
push()
|
Definition at line 86 of file GraphRun.h.
Private Member Attributes
has_port_
|
Definition at line 96 of file GraphRun.h.
96 bool has_port_ = false;
node_
|
Definition at line 94 of file GraphRun.h.
94 NodeId node_ = kInvalidNode;
port_
|
Definition at line 95 of file GraphRun.h.
95 PortId port_ = kInvalidPort;
run_
|
Definition at line 93 of file GraphRun.h.
93 GraphRun* run_ = nullptr;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.