#include <BayesTree.h>

| Public Types | |
| typedef CLIQUE::ConditionalType | Base | 
| typedef CLIQUE | CliqueType | 
| Public Member Functions | |
| BayesTreeOrphanWrapper (const std::shared_ptr< CliqueType > &clique) | |
| Construct a new Bayes Tree Orphan Wrapper object.  More... | |
| void | print (const std::string &s="", const KeyFormatter &formatter=DefaultKeyFormatter) const override | 
| Public Attributes | |
| std::shared_ptr< CliqueType > | clique | 
Definition at line 283 of file BayesTree.h.
| typedef CLIQUE::ConditionalType gtsam::BayesTreeOrphanWrapper< CLIQUE, typename >::Base | 
Definition at line 286 of file BayesTree.h.
| typedef CLIQUE gtsam::BayesTreeOrphanWrapper< CLIQUE, typename >::CliqueType | 
Definition at line 285 of file BayesTree.h.
| 
 | inline | 
Construct a new Bayes Tree Orphan Wrapper object.
This object stores parent keys in our base type factor so that eliminating those parent keys will pull this subtree into the elimination.
| clique | Orphan clique to add for further consideration in elimination. | 
Definition at line 300 of file BayesTree.h.
| 
 | inlineoverride | 
Definition at line 306 of file BayesTree.h.
| std::shared_ptr<CliqueType> gtsam::BayesTreeOrphanWrapper< CLIQUE, typename >::clique | 
Definition at line 288 of file BayesTree.h.