DiscreteJunctionTree.h
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2 
3  * GTSAM Copyright 2010, Georgia Tech Research Corporation,
4  * Atlanta, Georgia 30332-0415
5  * All Rights Reserved
6  * Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7 
8  * See LICENSE for the license information
9 
10  * -------------------------------------------------------------------------- */
11 
19 #pragma once
20 
24 
25 namespace gtsam {
26 
27  // Forward declarations
28  class DiscreteEliminationTree;
29 
51  class GTSAM_EXPORT DiscreteJunctionTree :
52  public JunctionTree<DiscreteBayesTree, DiscreteFactorGraph> {
53  public:
56  typedef std::shared_ptr<This> shared_ptr;
57 
66  DiscreteJunctionTree(const DiscreteEliminationTree& eliminationTree);
67  };
68 
70  using DiscreteCluster = DiscreteJunctionTree::Cluster;
71 }
gtsam::DiscreteJunctionTree::This
DiscreteJunctionTree This
This class.
Definition: DiscreteJunctionTree.h:55
DiscreteFactorGraph.h
JunctionTree.h
The junction tree.
gtsam::DiscreteJunctionTree
Definition: DiscreteJunctionTree.h:51
gtsam::DiscreteJunctionTree::Base
JunctionTree< DiscreteBayesTree, DiscreteFactorGraph > Base
Base class.
Definition: DiscreteJunctionTree.h:54
gtsam::DiscreteEliminationTree
Elimination tree for discrete factors.
Definition: DiscreteEliminationTree.h:31
gtsam::DiscreteJunctionTree::shared_ptr
std::shared_ptr< This > shared_ptr
Shared pointer to this class.
Definition: DiscreteJunctionTree.h:56
DiscreteBayesTree.h
Discrete Bayes Tree, the result of eliminating a DiscreteJunctionTree.
gtsam
traits
Definition: chartTesting.h:28
gtsam::JunctionTree
Definition: JunctionTree.h:50
gtsam::DiscreteCluster
DiscreteJunctionTree::Cluster DiscreteCluster
typedef for wrapper:
Definition: DiscreteJunctionTree.h:70


gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:02:14