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


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Member Functions | |
| RangeFilterNode (float min, float max) | |
Protected Attributes | |
| float | min |
| minimum length, stores as the square of the length not the actual length ! | |
| float | max |
| maximum length stored as the square of the length not the actual length ! | |
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. |
|
|
|
|
|
maximum length stored as the square of the length not the actual length !
|
|
|
minimum length, stores as the square of the length not the actual length !
|
1.4.6