29 class SymbolicConditional;
39 typedef boost::shared_ptr<This> shared_ptr;
40 typedef boost::weak_ptr<This> weak_ptr;
56 typedef boost::shared_ptr<This> shared_ptr;
62 bool equals(
const This& other,
double tol = 1e-9)
const;
66 friend class boost::serialization::access;
67 template<
class ARCHIVE>
68 void serialize(ARCHIVE & ar,
const unsigned int ) {
69 ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(
Base);
A clique in a SymbolicBayesTree.
Definition: SymbolicBayesTree.h:33
Template to create a binary predicate.
Definition: Testable.h:110
This is the base class for BayesTree cliques.
Definition: BayesTreeCliqueBase.h:48
A helper that implements the traits interface for GTSAM types.
Definition: Testable.h:150
Definition: BayesTree.h:64
Base class for cliques of a BayesTree.
A manifold defines a space in which there is a notion of a linear tangent space that can be centered ...
Definition: concepts.h:30
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
Bayes Tree is a tree of cliques of a Bayes Chain.
SymbolicBayesTree()
Default constructor, creates an empty Bayes tree.
Definition: SymbolicBayesTree.h:59
A Bayes tree that represents the connectivity between variables but is not associated with any probab...
Definition: SymbolicBayesTree.h:48