#include <InterpolatorModule.h>
Inheritance diagram for ot::InterpolatorModule:


Public Member Functions | |
| InterpolatorModule () | |
| virtual | ~InterpolatorModule () |
| virtual Node * | createNode (const std::string &name, StringTable &attributes) |
| virtual void | pushEvent () |
Protected Attributes | |
| NodeVector | nodes |
| list of interpolator nodes in the tree | |
| int | cycle |
| current cycle count. | |
|
|
constructor method. |
|
|
Destructor method, clears nodes member. |
|
||||||||||||
|
This method is called to build a new Node.
Implements ot::NodeFactory. |
|
|
pushes events into the tracker tree. Checks all sources and pushes new events. Reimplemented from ot::Module. |
|
|
current cycle count.
|
|
|
list of interpolator nodes in the tree
|
1.4.6