GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Namespaces | Functions
BayesTree-inst.h File Reference

Bayes Tree is a tree of cliques of a Bayes Chain. More...

#include <gtsam/inference/Ordering.h>
#include <gtsam/inference/BayesTree.h>
#include <gtsam/base/treeTraversal-inst.h>
#include <gtsam/base/timing.h>
#include <fstream>
#include <queue>
Include dependency graph for BayesTree-inst.h:

Go to the source code of this file.

Namespaces

 gtsam
 

Functions

template<class CLIQUE >
bool gtsam::check_sharedCliques (const std::pair< Key, typename BayesTree< CLIQUE >::sharedClique > &v1, const std::pair< Key, typename BayesTree< CLIQUE >::sharedClique > &v2)
 

Detailed Description

Bayes Tree is a tree of cliques of a Bayes Chain.

Author
Frank Dellaert
Michael Kaess
Viorela Ila
Richard Roberts