#include <SymbolicJunctionTree.h>
Public Types | |
typedef JunctionTree< SymbolicBayesTree, SymbolicFactorGraph > | Base |
Base class. More... | |
typedef boost::shared_ptr< This > | shared_ptr |
Shared pointer to this class. More... | |
typedef SymbolicJunctionTree | This |
This class. More... | |
Public Types inherited from gtsam::JunctionTree< SymbolicBayesTree, SymbolicFactorGraph > | |
typedef EliminatableClusterTree< SymbolicBayesTree, SymbolicFactorGraph > | Base |
Our base class. More... | |
typedef boost::shared_ptr< This > | shared_ptr |
Shared pointer to this class. More... | |
typedef JunctionTree< SymbolicBayesTree, SymbolicFactorGraph > | This |
This class. More... | |
Public Types inherited from gtsam::EliminatableClusterTree< SymbolicBayesTree, SymbolicFactorGraph > | |
typedef SymbolicBayesTree | BayesTreeType |
The BayesTree type produced by elimination. More... | |
typedef SymbolicBayesTree::ConditionalType | ConditionalType |
The type of conditionals. More... | |
typedef SymbolicFactorGraph::Eliminate | Eliminate |
Typedef for an eliminate subroutine. More... | |
typedef SymbolicFactorGraph | FactorGraphType |
The factor graph type. More... | |
typedef SymbolicFactorGraph::FactorType | FactorType |
The type of factors. More... | |
typedef boost::shared_ptr< This > | shared_ptr |
Shared pointer to this class. More... | |
typedef boost::shared_ptr< ConditionalType > | sharedConditional |
Shared pointer to a conditional. More... | |
typedef boost::shared_ptr< FactorType > | sharedFactor |
Shared pointer to a factor. More... | |
typedef EliminatableClusterTree< SymbolicBayesTree, SymbolicFactorGraph > | This |
This class. More... | |
Public Types inherited from gtsam::ClusterTree< SymbolicFactorGraph > | |
typedef SymbolicFactorGraph | FactorGraphType |
The factor graph type. More... | |
typedef SymbolicFactorGraph::FactorType | FactorType |
The type of factors. More... | |
typedef Cluster | Node |
typedef boost::shared_ptr< This > | shared_ptr |
Shared pointer to this class. More... | |
typedef boost::shared_ptr< Cluster > | sharedCluster |
Shared pointer to Cluster. More... | |
typedef boost::shared_ptr< FactorType > | sharedFactor |
Shared pointer to a factor. More... | |
typedef sharedCluster | sharedNode |
typedef ClusterTree< SymbolicFactorGraph > | This |
This class. More... | |
Public Member Functions | |
SymbolicJunctionTree (const SymbolicEliminationTree &eliminationTree) | |
Public Member Functions inherited from gtsam::EliminatableClusterTree< SymbolicBayesTree, SymbolicFactorGraph > | |
std::pair< boost::shared_ptr< BayesTreeType >, boost::shared_ptr< FactorGraphType > > | eliminate (const Eliminate &function) const |
const FastVector< sharedFactor > & | remainingFactors () const |
Public Member Functions inherited from gtsam::ClusterTree< SymbolicFactorGraph > | |
ClusterTree () | |
Default constructor. More... | |
GTSAM_CONCEPT_TESTABLE_TYPE (FactorType) | |
void | print (const std::string &s="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const |
void | addRoot (const boost::shared_ptr< Cluster > &cluster) |
void | addChildrenAsRoots (const boost::shared_ptr< Cluster > &cluster) |
size_t | nrRoots () const |
const FastVector< sharedNode > & | roots () const |
const Cluster & | operator[] (size_t i) const |
Definition at line 48 of file SymbolicJunctionTree.h.
Base class.
Definition at line 51 of file SymbolicJunctionTree.h.
typedef boost::shared_ptr<This> gtsam::SymbolicJunctionTree::shared_ptr |
Shared pointer to this class.
Definition at line 53 of file SymbolicJunctionTree.h.
This class.
Definition at line 52 of file SymbolicJunctionTree.h.
gtsam::SymbolicJunctionTree::SymbolicJunctionTree | ( | const SymbolicEliminationTree & | eliminationTree | ) |
Build the elimination tree of a factor graph using pre-computed column structure.
factorGraph | The factor graph for which to build the elimination tree |
structure | The set of factors involving each variable. If this is not precomputed, you can call the Create(const FactorGraph<DERIVEDFACTOR>&) named constructor instead. |
Definition at line 30 of file SymbolicJunctionTree.cpp.