fix doxygen section
parent
e2c775302a
commit
30c8e1dfa7
|
|
@ -41,6 +41,8 @@ class GTSAM_EXPORT HybridISAM : public ISAM<HybridBayesTree> {
|
||||||
/** Copy constructor */
|
/** Copy constructor */
|
||||||
HybridISAM(const HybridBayesTree& bayesTree);
|
HybridISAM(const HybridBayesTree& bayesTree);
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
void updateInternal(
|
void updateInternal(
|
||||||
const HybridFactorGraph& newFactors, HybridBayesTree::Cliques* orphans,
|
const HybridFactorGraph& newFactors, HybridBayesTree::Cliques* orphans,
|
||||||
const HybridBayesTree::Eliminate& function =
|
const HybridBayesTree::Eliminate& function =
|
||||||
|
|
@ -49,7 +51,6 @@ class GTSAM_EXPORT HybridISAM : public ISAM<HybridBayesTree> {
|
||||||
void update(const HybridFactorGraph& newFactors,
|
void update(const HybridFactorGraph& newFactors,
|
||||||
const HybridBayesTree::Eliminate& function =
|
const HybridBayesTree::Eliminate& function =
|
||||||
HybridBayesTree::EliminationTraitsType::DefaultEliminate);
|
HybridBayesTree::EliminationTraitsType::DefaultEliminate);
|
||||||
/// @}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// traits
|
/// traits
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue