fix discreteMaxProduct declaration
parent
35502f3f32
commit
62a6558d85
|
|
@ -268,10 +268,6 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet<HybridConditional> {
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/// Helper method to compute the max product assignment
|
|
||||||
/// given a DiscreteFactorGraph
|
|
||||||
DiscreteValues discreteMaxProduct(const DiscreteFactorGraph &dfg) const;
|
|
||||||
|
|
||||||
#if GTSAM_ENABLE_BOOST_SERIALIZATION
|
#if GTSAM_ENABLE_BOOST_SERIALIZATION
|
||||||
/** Serialization function */
|
/** Serialization function */
|
||||||
friend class boost::serialization::access;
|
friend class boost::serialization::access;
|
||||||
|
|
|
||||||
|
|
@ -115,6 +115,10 @@ class GTSAM_EXPORT HybridBayesTree : public BayesTree<HybridBayesTreeClique> {
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
/// Helper method to compute the max product assignment
|
||||||
|
/// given a DiscreteFactorGraph
|
||||||
|
DiscreteValues discreteMaxProduct(const DiscreteFactorGraph& dfg) const;
|
||||||
|
|
||||||
#if GTSAM_ENABLE_BOOST_SERIALIZATION
|
#if GTSAM_ENABLE_BOOST_SERIALIZATION
|
||||||
/** Serialization function */
|
/** Serialization function */
|
||||||
friend class boost::serialization::access;
|
friend class boost::serialization::access;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue