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


Public Types | |
| enum | CONF_CALCULATION { MIN = 0, MAX, MULTIPLY } |
| flags to define how to calculate the overall confidence of the resulting event More... | |
Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Member Functions | |
| MergeNode (float agingFactor_, CONF_CALCULATION confCalculation_) | |
Protected Attributes | |
| Event | localEvent |
| Event variable to put transformed event into. | |
| float | agingFactor |
| factor by that not updated inputs are aging whenever a new event is received from another input | |
| CONF_CALCULATION | confCalculation |
| flag to define how to calculate the overall confidence of the resulting event | |
| std::map< NodePort *, float > | confidenceMap |
| confidence map stores aging confidence of each port | |
Friends | |
| class | CommonNodeFactory |
|
|
flags to define how to calculate the overall confidence of the resulting event
|
|
||||||||||||
|
constructor method |
|
|
tests for EventGenerator interface being present and returns 1, if present.
Reimplemented from ot::Node. |
|
||||||||||||
|
This method is called by any child node. It updates the local event with the right part of the passed event and notifies it's parent and references in turn.
Reimplemented from ot::Node. |
|
|
|
|
|
factor by that not updated inputs are aging whenever a new event is received from another input
|
|
|
flag to define how to calculate the overall confidence of the resulting event
|
|
|
confidence map stores aging confidence of each port
|
|
|
Event variable to put transformed event into.
|
1.4.6