53 :
public JunctionTree<HybridBayesTree, HybridGaussianFactorGraph> {
Linearized Hybrid factor graph that uses type erasure.
Hybrid Bayes Tree, the result of eliminating a HybridJunctionTree.
Global functions in a separate testing namespace.
Definition chartTesting.h:28
Elimination Tree type for Hybrid Factor Graphs.
Definition HybridEliminationTree.h:32
boost::shared_ptr< This > shared_ptr
Shared pointer to this class.
Definition HybridJunctionTree.h:59
HybridJunctionTree(const HybridEliminationTree &eliminationTree)
Build the elimination tree of a factor graph using precomputed column structure.
Definition HybridJunctionTree.cpp:150
JunctionTree< HybridBayesTree, HybridGaussianFactorGraph > Base
Base class.
Definition HybridJunctionTree.h:57
HybridJunctionTree This
This class.
Definition HybridJunctionTree.h:58
JunctionTree(const EliminationTree< ETREE_BAYESNET, ETREE_GRAPH > &eliminationTree)