A clique in a HybridBayesTree which is a HybridConditional internally. More...
#include <HybridBayesTree.h>
Public Types | |
typedef BayesTreeCliqueBase< HybridBayesTreeClique, HybridGaussianFactorGraph > | Base |
typedef std::shared_ptr< This > | shared_ptr |
typedef HybridBayesTreeClique | This |
typedef std::weak_ptr< This > | weak_ptr |
Public Types inherited from gtsam::BayesTreeCliqueBase< HybridBayesTreeClique, HybridGaussianFactorGraph > | |
typedef EliminationTraitsType::BayesNetType | BayesNetType |
typedef BayesNetType::ConditionalType | ConditionalType |
typedef FactorGraphType::Eliminate | Eliminate |
typedef HybridGaussianFactorGraph | FactorGraphType |
typedef FactorGraphType::FactorType | FactorType |
typedef std::shared_ptr< ConditionalType > | sharedConditional |
Public Member Functions | |
HybridBayesTreeClique () | |
HybridBayesTreeClique (const HybridBayesTreeClique &clique) | |
Public Member Functions inherited from gtsam::BayesTreeCliqueBase< HybridBayesTreeClique, HybridGaussianFactorGraph > | |
void | setEliminationResult (const typename FactorGraphType::EliminationResult &eliminationResult) |
bool | equals (const HybridBayesTreeClique &other, double tol=1e-9) const |
virtual void | print (const std::string &s="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const |
const sharedConditional & | conditional () const |
sharedConditional & | conditional () |
bool | isRoot () const |
Return true if this clique is the root of a Bayes tree. More... | |
size_t | nrChildren () const |
Return the number of children. More... | |
const derived_ptr | operator[] (size_t i) const |
Return the child at index i. More... | |
size_t | treeSize () const |
size_t | numCachedSeparatorMarginals () const |
derived_ptr | parent () const |
int | problemSize () const |
BayesNetType | shortcut (const derived_ptr &root, Eliminate function=EliminationTraitsType::DefaultEliminate) const |
FactorGraphType | separatorMarginal (Eliminate function=EliminationTraitsType::DefaultEliminate) const |
FactorGraphType | marginal2 (Eliminate function=EliminationTraitsType::DefaultEliminate) const |
void | deleteCachedShortcuts () |
const std::optional< FactorGraphType > & | cachedSeparatorMarginal () const |
A clique in a HybridBayesTree which is a HybridConditional internally.
Definition at line 44 of file HybridBayesTree.h.
typedef BayesTreeCliqueBase<HybridBayesTreeClique, HybridGaussianFactorGraph> gtsam::HybridBayesTreeClique::Base |
Definition at line 50 of file HybridBayesTree.h.
typedef std::shared_ptr<This> gtsam::HybridBayesTreeClique::shared_ptr |
Definition at line 51 of file HybridBayesTree.h.
Definition at line 48 of file HybridBayesTree.h.
typedef std::weak_ptr<This> gtsam::HybridBayesTreeClique::weak_ptr |
Definition at line 52 of file HybridBayesTree.h.
|
inline |
Definition at line 53 of file HybridBayesTree.h.
|
inline |
Definition at line 57 of file HybridBayesTree.h.