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

Method checkFactor

src/FactorGraphStructure.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271
272 bool FactorGraphStructure::checkFactor(const FactorType Type, const double Timestamp, const double Number) const
273 {
274 return _FactorList.checkElement(Type, Timestamp, Number);
275 }
276
277 bool FactorGraphStructure::checkFactor(const FactorType Type) const
278 {

Callers 2

removeFactorMethod · 0.80

Calls 2

checkIDMethod · 0.80
checkElementMethod · 0.45

Tested by

no test coverage detected