Hypotheses tree. More...
#include <hypothesisTree.h>
Public Member Functions | |
HypothesisTree () | |
Constructor. | |
Public Attributes | |
pthread_mutex_t | _draw_mutex |
Multi tread mutex to regulate access during drawing operations. |
Hypotheses tree.
This in the main hypotheses tree, each node corresponds to a different hypothesis, this class is a inheritance of the tree class using the HypothesisPtr has the node type.
Only a few additional functions are added to the basic tree.
Definition at line 54 of file hypothesisTree.h.
HypothesisTree::HypothesisTree | ( | ) |
Constructor.
Definition at line 34 of file hypothesisTree.cpp.
pthread_mutex_t HypothesisTree::_draw_mutex |
Multi tread mutex to regulate access during drawing operations.
Definition at line 59 of file hypothesisTree.h.