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


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Member Functions | |
| ThresholdFilterNode (float posmin, float posmax, float rotmin, float rotmax) | |
Protected Attributes | |
| Event | lastEvent |
| last saved event variable | |
| float | positionMin |
| min and max position values, must be in [0,inf) | |
| float | positionMax |
| float | rotationMin |
| min and max rotation values, must be in [0,pi] | |
| float | rotationMax |
Friends | |
| class | CommonNodeFactory |
|
||||||||||||||||||||
|
constructor method |
|
|
tests for EventGenerator interface being present. Returns the result of the childs implementation of this method.
Reimplemented from ot::Node. |
|
||||||||||||
|
this method is called by the EventGenerator to update it's observers. Reimplemented from ot::Node. |
|
|
|
|
|
last saved event variable
|
|
|
|
|
|
min and max position values, must be in [0,inf)
|
|
|
|
|
|
min and max rotation values, must be in [0,pi]
|
1.4.6