#include <SymbolicISAM.h>
Public Member Functions | |
Standard Constructors | |
SymbolicISAM () | |
SymbolicISAM (const SymbolicBayesTree &bayesTree) | |
Public Member Functions inherited from gtsam::ISAM< SymbolicBayesTree > | |
ISAM () | |
ISAM (const Base &bayesTree) | |
void | update (const FactorGraphType &newFactors, const Eliminate &function=EliminationTraitsType::DefaultEliminate) |
void | updateInternal (const FactorGraphType &newFactors, Cliques *orphans, const Eliminate &function=EliminationTraitsType::DefaultEliminate) |
Public Member Functions inherited from gtsam::SymbolicBayesTree | |
bool | equals (const This &other, double tol=1e-9) const |
SymbolicBayesTree () | |
Public Member Functions inherited from gtsam::BayesTree< SymbolicBayesTreeClique > | |
size_t | size () const |
bool | empty () const |
const Nodes & | nodes () const |
sharedClique | operator[] (Key j) const |
const Roots & | roots () const |
const sharedClique & | clique (Key j) const |
BayesTreeCliqueData | getCliqueData () const |
size_t | numCachedSeparatorMarginals () const |
sharedConditional | marginalFactor (Key j, const Eliminate &function=EliminationTraitsType::DefaultEliminate) const |
sharedFactorGraph | joint (Key j1, Key j2, const Eliminate &function=EliminationTraitsType::DefaultEliminate) const |
sharedBayesNet | jointBayesNet (Key j1, Key j2, const Eliminate &function=EliminationTraitsType::DefaultEliminate) const |
void | dot (std::ostream &os, const KeyFormatter &keyFormatter=DefaultKeyFormatter) const |
Output to graphviz format, stream version. More... | |
std::string | dot (const KeyFormatter &keyFormatter=DefaultKeyFormatter) const |
Output to graphviz format string. More... | |
void | saveGraph (const std::string &filename, const KeyFormatter &keyFormatter=DefaultKeyFormatter) const |
output to file with graphviz format. More... | |
Key | findParentClique (const CONTAINER &parents) const |
void | clear () |
void | deleteCachedShortcuts () |
void | removePath (sharedClique clique, BayesNetType *bn, Cliques *orphans) |
void | removeTop (const KeyVector &keys, BayesNetType *bn, Cliques *orphans) |
Cliques | removeSubtree (const sharedClique &subtree) |
void | insertRoot (const sharedClique &subtree) |
void | addClique (const sharedClique &clique, const sharedClique &parent_clique=sharedClique()) |
void | addFactorsToGraph (FactorGraph< FactorType > *graph) const |
void | print (const std::string &s="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const |
Additional Inherited Members | |
Protected Types inherited from gtsam::BayesTree< SymbolicBayesTreeClique > | |
typedef std::shared_ptr< This > | shared_ptr |
typedef BayesTree< SymbolicBayesTreeClique > | This |
Protected Member Functions inherited from gtsam::BayesTree< SymbolicBayesTreeClique > | |
This & | operator= (const This &other) |
~BayesTree () | |
BayesTree () | |
BayesTree (const This &other) | |
void | getCliqueData (sharedClique clique, BayesTreeCliqueData *stats) const |
void | dot (std::ostream &s, sharedClique clique, const KeyFormatter &keyFormatter, int parentnum=0) const |
void | removeClique (sharedClique clique) |
void | fillNodesIndex (const sharedClique &subtree) |
bool | equals (const This &other, double tol=1e-9) const |
Protected Attributes inherited from gtsam::BayesTree< SymbolicBayesTreeClique > | |
Nodes | nodes_ |
Roots | roots_ |
Definition at line 26 of file SymbolicISAM.h.
Definition at line 29 of file SymbolicISAM.h.
typedef std::shared_ptr<This> gtsam::SymbolicISAM::shared_ptr |
Definition at line 31 of file SymbolicISAM.h.
Definition at line 30 of file SymbolicISAM.h.
gtsam::SymbolicISAM::SymbolicISAM | ( | ) |
Create an empty Bayes Tree
Definition at line 28 of file SymbolicISAM.cpp.
gtsam::SymbolicISAM::SymbolicISAM | ( | const SymbolicBayesTree & | bayesTree | ) |
Copy constructor
Definition at line 31 of file SymbolicISAM.cpp.