SymbolicBayesTree.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 
25 
26 namespace gtsam {
27 
28  // Instantiate base classes
29  template class BayesTreeCliqueBase<SymbolicBayesTreeClique, SymbolicFactorGraph>;
30  template class BayesTree<SymbolicBayesTreeClique>;
31 
32  /* ************************************************************************* */\
33  bool SymbolicBayesTree::equals(const This& other, double tol /* = 1e-9 */) const
34  {
35  return Base::equals(other, tol);
36  }
37 
38 }
bool equals(const This &other, double tol=1e-9) const
Base class for cliques of a BayesTree.
traits
Definition: chartTesting.h:28
const G double tol
Definition: Group.h:83
bool equals(const This &other, double tol=1e-9) const


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:45:07