OutputNode Class Reference
#include <Node.h>
List of all members.
Detailed Description
An output node is set to a node and tracks that node for the purposes of analysis
Constructor & Destructor Documentation
OutputNode::OutputNode |
( |
|
) |
|
Member Function Documentation
bool OutputNode::evaluate |
( |
NodeList & |
nl, |
|
|
int |
t | |
|
) |
| | [virtual] |
Output Node Implementation of evaluate: The output node's value is set to the value of the node that it is dependant on
Implements Node.
virtual string OutputNode::getType |
( |
void |
|
) |
[inline, virtual] |
virtual void OutputNode::reset |
( |
void |
|
) |
[inline, virtual] |
OutputNode& OutputNode::setSource |
( |
int |
s |
) |
[inline] |
sets source to s and returns *this
Member Data Documentation
The documentation for this class was generated from the following files: