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

Method setAllVariableInsideWindow

src/FactorGraph.cpp:655–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653 }
654
655 void FactorGraph::setAllVariableInsideWindow(const double TimeWindow, const double CurrentTime)
656 {
657 for (auto const &State : _StateData)
658 {
659 setVariableInsideWindow(State.first, TimeWindow, CurrentTime);
660 }
661 }
662
663 void FactorGraph::setAllConstantOutsideWindow(const double TimeWindow, const double CurrentTime)
664 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected