GaussianJunctionTree.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 
22 
23 namespace gtsam {
24 
25  // Forward declarations
26  class GaussianEliminationTree;
27 
36  class GTSAM_EXPORT GaussianJunctionTree :
37  public JunctionTree<GaussianBayesTree, GaussianFactorGraph> {
38  public:
41  typedef boost::shared_ptr<This> shared_ptr;
42 
51  GaussianJunctionTree(const GaussianEliminationTree& eliminationTree);
52  };
53 
54 }
boost::shared_ptr< This > shared_ptr
Shared pointer to this class.
JunctionTree< GaussianBayesTree, GaussianFactorGraph > Base
Base class.
Linear Factor Graph where all factors are Gaussians.
traits
Definition: chartTesting.h:28
The junction tree.
Gaussian Bayes Tree, the result of eliminating a GaussianJunctionTree.
GaussianJunctionTree This
This class.


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:05