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

Method marginalizeState

src/FactorGraph.cpp:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 }
351
352 bool FactorGraph::marginalizeState(const string Name, const double Timestamp, const int Number)
353 {
354 std::vector<StateID> SingleState;
355 SingleState.emplace_back(StateID(Name, Timestamp, Number));
356
357 return this->marginalizeStates(SingleState);
358 }
359
360 bool FactorGraph::marginalizeAllStatesOutsideWindow(const double TimeWindow, const double CurrentTime, const double Inflation)
361 {

Callers 2

TESTFunction · 0.80
mainFunction · 0.80

Calls 1

marginalizeStatesMethod · 0.95

Tested by 1

TESTFunction · 0.64