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.
BayesTree< SymbolicBayesTreeClique > Base
std::string serialize(const T &input)
serializes to a string
std::shared_ptr< This > shared_ptr
BayesTreeCliqueBase< SymbolicBayesTreeClique, SymbolicFactorGraph > Base
Array< double, 1, 3 > e(1./3., 0.5, 2.)
std::weak_ptr< This > weak_ptr
Bayes Tree is a tree of cliques of a Bayes Chain.
SymbolicBayesTreeClique This
std::shared_ptr< This > shared_ptr
SymbolicBayesTreeClique(const std::shared_ptr< SymbolicConditional > &conditional)
Base class for cliques of a BayesTree.
SymbolicBayesTreeClique()