32 #ifndef _HYPOTHESISTREE_H_ 
   33 #define _HYPOTHESISTREE_H_ 
   39 #include <boost/shared_ptr.hpp> 
Hypothesis class declaration. 
 
Source code for th tree class. 
 
pthread_mutex_t _draw_mutex
Multi tread mutex to regulate access during drawing operations. 
 
boost::shared_ptr< HypothesisTree > hypothesisTreePtr
Shared pointer to the HypothesisTree class. 
 
HypothesisTree()
Constructor. 
 
Utility functions for the tree class.