Added access to the variable index in the iSAM2 solver

release/4.3a0
Alex Cunningham 2012-05-25 17:55:02 +00:00
parent efd94014b7
commit 8f5dd13cf7
1 changed files with 3 additions and 0 deletions

View File

@ -490,6 +490,9 @@ public:
/** Access the current ordering */
const Ordering& getOrdering() const { return ordering_; }
/** Access the nonlinear variable index */
const VariableIndex& getVariableIndex() const { return variableIndex_; }
size_t lastAffectedVariableCount;
size_t lastAffectedFactorCount;
size_t lastAffectedCliqueCount;