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

Method removeAllStatesOutsideWindow

src/FactorGraph.cpp:541–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539 }
540
541 void FactorGraph::removeAllStatesOutsideWindow(const double TimeWindow, const double CurrentTime)
542 {
543 for (auto const &State : _StateData)
544 {
545 removeStatesOutsideWindow(State.first, TimeWindow, CurrentTime);
546 }
547 }
548
549 void FactorGraph::removeFactor(const FactorType CurrentFactorType, const double Timestamp)
550 {

Callers 3

CreateGraphAndSolveFunction · 0.80
CreateGraphAndSolveFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected