#include <BayesTree.h>
Public Types | |
typedef CLIQUE::ConditionalType | Base |
typedef CLIQUE | CliqueType |
Public Member Functions | |
BayesTreeOrphanWrapper (const boost::shared_ptr< CliqueType > &clique) | |
void | print (const std::string &s="", const KeyFormatter &formatter=DefaultKeyFormatter) const override |
Public Attributes | |
boost::shared_ptr< CliqueType > | clique |
Definition at line 267 of file BayesTree.h.
typedef CLIQUE::ConditionalType gtsam::BayesTreeOrphanWrapper< CLIQUE >::Base |
Definition at line 271 of file BayesTree.h.
typedef CLIQUE gtsam::BayesTreeOrphanWrapper< CLIQUE >::CliqueType |
Definition at line 270 of file BayesTree.h.
|
inline |
Definition at line 275 of file BayesTree.h.
|
inlineoverride |
Definition at line 283 of file BayesTree.h.
boost::shared_ptr<CliqueType> gtsam::BayesTreeOrphanWrapper< CLIQUE >::clique |
Definition at line 273 of file BayesTree.h.