#include <InputNode.h>
Public Member Functions | |
InputNode () | |
InputNode (double value) | |
double | getOutput () |
void | setValue (double value) |
A node to be used for input to networks. Its output value can be set.
InputNode::InputNode | ( | ) |
Create a new input Node
InputNode::InputNode | ( | double | value | ) |
|
virtual |
Get the output value of the input node
inherits:
Get the output of the node
Implements Node.
void InputNode::setValue | ( | double | value | ) |
Set value of the input node
value | the value for the InputNode to output |