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

Method removeAllFactorsOutsideWindow

src/FactorGraph.cpp:597–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595 }
596
597 void FactorGraph::removeAllFactorsOutsideWindow(const double TimeWindow, const double CurrentTime)
598 {
599 std::vector<FactorType> Factors;
600 _Structure.getFactorTypes(Factors);
601 for (auto const &Factor : Factors)
602 {
603 removeFactorsOutsideWindow(Factor, TimeWindow, CurrentTime);
604 }
605 }
606
607 void FactorGraph::setConstantOutsideWindow(const string Name, const double TimeWindow, const double CurrentTime)
608 {

Callers 2

CreateGraphAndSolveFunction · 0.80
mainFunction · 0.80

Calls 1

getFactorTypesMethod · 0.80

Tested by

no test coverage detected