DelayNode Class Reference
#include <Node.h>
List of all members.
Detailed Description
A delay node is a node to reflect an input after a set delay period.
Constructor & Destructor Documentation
DelayNode::DelayNode |
( |
int |
d = 1 |
) |
|
Delay Nodes put off changes in input by a fixed amount
DelayNode::~DelayNode |
( |
|
) |
|
Copy Constructor for delaynode
Member Function Documentation
bool DelayNode::evaluate |
( |
NodeList & |
nl, |
|
|
int |
t | |
|
) |
| | [virtual] |
Evaluates delay nodes.
Implements Node.
virtual string DelayNode::getType |
( |
void |
|
) |
[inline, virtual] |
virtual void DelayNode::reset |
( |
void |
|
) |
[inline, virtual] |
Sets the delay of the delaynode to d
DelayNode& DelayNode::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: