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

Method disableErrorModels

src/FactorGraph.cpp:756–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754 }
755
756 void FactorGraph::disableErrorModels()
757 {
758 std::vector<FactorType> Factors;
759 _Structure.getFactorTypes(Factors);
760 for (const auto &Factor : Factors)
761 {
762 this->disableErrorModel(Factor);
763 }
764 }
765
766 void FactorGraph::getFactorsOfState(const string Name, const double Timestamp, const int Number, std::vector<FactorID> &Factors) const
767 {

Callers

nothing calls this directly

Calls 2

disableErrorModelMethod · 0.95
getFactorTypesMethod · 0.80

Tested by

no test coverage detected