Removed extra export tags

release/4.3a0
Richard Roberts 2013-10-12 21:06:17 +00:00
parent 223da3e34f
commit c1250f4509
1 changed files with 3 additions and 3 deletions

View File

@ -68,13 +68,13 @@ namespace gtsam {
/// @{ /// @{
/** Add a DiscreteCondtional */ /** Add a DiscreteCondtional */
GTSAM_EXPORT void add(const Signature& s); void add(const Signature& s);
// /** Add a DiscreteCondtional in front, when listing parents first*/ // /** Add a DiscreteCondtional in front, when listing parents first*/
// GTSAM_EXPORT void add_front(const Signature& s); // GTSAM_EXPORT void add_front(const Signature& s);
//** evaluate for given Values */ //** evaluate for given Values */
GTSAM_EXPORT double evaluate(const DiscreteConditional::Values & values) const; double evaluate(const DiscreteConditional::Values & values) const;
/** /**
* Solve the DiscreteBayesNet by back-substitution * Solve the DiscreteBayesNet by back-substitution
@ -82,7 +82,7 @@ namespace gtsam {
DiscreteFactor::sharedValues optimize() const; DiscreteFactor::sharedValues optimize() const;
/** Do ancestral sampling */ /** Do ancestral sampling */
GTSAM_EXPORT DiscreteFactor::sharedValues sample() const; DiscreteFactor::sharedValues sample() const;
///@} ///@}