Hypotheses tree class declaration. More...
#include <algorithm>
#include <vector>
#include <iostream>
#include <boost/shared_ptr.hpp>
#include <mtt/tree.hh>
#include <mtt/tree_util.hh>
#include <mtt/hypothesis.h>
Go to the source code of this file.
Classes | |
class | HypothesisTree |
Hypotheses tree. More... | |
Typedefs | |
typedef boost::shared_ptr < HypothesisTree > | hypothesisTreePtr |
Shared pointer to the HypothesisTree class. |
Hypotheses tree class declaration.
Definition in file hypothesisTree.h.
typedef boost::shared_ptr<HypothesisTree> hypothesisTreePtr |
Shared pointer to the HypothesisTree class.
Definition at line 66 of file hypothesisTree.h.