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

Method disableErrorModel

src/FactorGraph.cpp:736–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734 }
735
736 void FactorGraph::disableErrorModel(FactorType CurrentFactorType)
737 {
738 std::vector<ErrorModelBase*> ErrorModels;
739 _Structure.getErrorModels(CurrentFactorType, ErrorModels);
740 for (const auto &ErrorModel : ErrorModels)
741 {
742 ErrorModel->disable();
743 }
744 }
745
746 void FactorGraph::enableErrorModels()
747 {

Callers 1

disableErrorModelsMethod · 0.95

Calls 2

getErrorModelsMethod · 0.80
disableMethod · 0.80

Tested by

no test coverage detected