Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
gtsam
discrete
DiscreteJunctionTree.cpp
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
#include <
gtsam/inference/JunctionTree-inst.h
>
20
#include <
gtsam/discrete/DiscreteJunctionTree.h
>
21
#include <
gtsam/discrete/DiscreteEliminationTree.h
>
22
23
namespace
gtsam
{
24
25
// Instantiate base classes
26
template
class
EliminatableClusterTree<DiscreteBayesTree, DiscreteFactorGraph>;
27
template
class
JunctionTree<DiscreteBayesTree, DiscreteFactorGraph>;
28
29
/* ************************************************************************* */
30
DiscreteJunctionTree::DiscreteJunctionTree
(
31
const
DiscreteEliminationTree
& eliminationTree) :
32
Base
(eliminationTree) {}
33
34
}
gtsam::DiscreteJunctionTree::DiscreteJunctionTree
DiscreteJunctionTree(const DiscreteEliminationTree &eliminationTree)
Definition:
DiscreteJunctionTree.cpp:30
DiscreteJunctionTree.h
DiscreteEliminationTree.h
gtsam
traits
Definition:
chartTesting.h:28
JunctionTree-inst.h
The junction tree, template bodies.
gtsam::DiscreteEliminationTree
Definition:
DiscreteEliminationTree.h:27
gtsam::JunctionTree< DiscreteBayesTree, DiscreteFactorGraph >
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:59