MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / setVariable

Method setVariable

src/FactorGraph.cpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 void FactorGraph::setVariable(const string Name, const double Timestamp)
195 {
196 for (int StateNumber = _StateData.countElement(Name, Timestamp); StateNumber > 0; --StateNumber)
197 {
198 _Graph.SetParameterBlockVariable(_StateData.getElement(Name, Timestamp, StateNumber - 1).getMeanPointer());
199 }
200 }
201
202 void FactorGraph::setSubsetConstant(const string Name, const double Timestamp, const int Number, const std::vector<int> &ConstantIndex)
203 {

Callers

nothing calls this directly

Calls 6

countElementMethod · 0.80
getMeanPointerMethod · 0.80
getElementMethod · 0.80
getTimePrevMethod · 0.80
checkIDMethod · 0.80
getTimeLastMethod · 0.45

Tested by

no test coverage detected