Allow other constructors to use fillTerms

release/4.3a0
Frank Dellaert 2013-10-27 16:49:46 +00:00
parent 7c3131b533
commit df0d8bb63c
1 changed files with 3 additions and 1 deletions

View File

@ -301,12 +301,14 @@ namespace gtsam {
*/
boost::shared_ptr<GaussianConditional> splitConditional(size_t nrFrontals);
private:
protected:
/// Internal function to fill blocks and set dimensions
template<typename TERMS>
void fillTerms(const TERMS& terms, const Vector& b, const SharedDiagonal& noiseModel);
private:
/** Serialization function */
friend class boost::serialization::access;
template<class ARCHIVE>