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

Method getFactorIDs

src/FactorGraphStructure.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 void FactorGraphStructure::getFactorIDs(const FactorType Type, std::vector<FactorID> &Factors) const
202 {
203 _FactorList.getUniqueIDs(Type, Factors);
204 }
205
206 void FactorGraphStructure::getErrorModels(const FactorType Type, std::vector<ErrorModelBase*> &Models) const
207 {

Callers 3

getErrorModelsMethod · 0.95

Calls 1

getUniqueIDsMethod · 0.80

Tested by

no test coverage detected