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


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
| void | push () |
Protected Member Functions | |
| ElasticFilterNode (float force_=0.02, float damp_=0.5, int frequency_=1, int offset_=0) | |
Protected Attributes | |
| bool | init |
| int | frequency |
| frequency of updates | |
| int | offset |
| offset of first update relative to main loop start | |
| float | damp |
| the event that is posted to the EventObservers damping factor | |
| float | force |
| the strength of the spring in our model | |
| Event | currentEvent |
| Event | targetEvent |
| Event | vEvent |
Friends | |
| class | InterpolatorModule |
|
||||||||||||||||||||
|
constructor method. It sets initial values for the treshhold and type |
|
|
tests for EventGenerator interface being present and returns 1, if present.
Reimplemented from ot::Node. |
|
||||||||||||
|
This method is called by any child node.
Reimplemented from ot::Node. |
|
|
pushes event down the line. Needed to access protected updateObservers method in EventGenerator |
|
|
|
|
|
|
|
|
the event that is posted to the EventObservers damping factor
|
|
|
the strength of the spring in our model
|
|
|
frequency of updates
|
|
|
|
|
|
offset of first update relative to main loop start
|
|
|
|
|
|
|
1.4.6