39 typedef std::shared_ptr<This> shared_ptr;
40 typedef std::weak_ptr<This> weak_ptr;
56 typedef std::shared_ptr<This> shared_ptr;
62 bool equals(
const This& other,
double tol = 1e-9)
const;
65 #ifdef GTSAM_ENABLE_BOOST_SERIALIZATION 67 friend class boost::serialization::access;
68 template<
class ARCHIVE>
69 void serialize(ARCHIVE & ar,
const unsigned int ) {
70 ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(Base);
A clique in a SymbolicBayesTree.
Definition: SymbolicBayesTree.h:33
std::string serialize(const T &input)
serializes to a string
Definition: serialization.h:113
Definition: Testable.h:152
Definition: BayesTreeCliqueBase.h:49
Definition: BayesTree.h:66
Definition: Testable.h:112
SymbolicBayesTree()
Definition: SymbolicBayesTree.h:59
Bayes Tree is a tree of cliques of a Bayes Chain.
Definition: chartTesting.h:28
Definition: SymbolicBayesTree.h:48
Base class for cliques of a BayesTree.