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

Method countFactor

src/FactorGraphStructure.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 }
261
262 int FactorGraphStructure::countFactor(const FactorType Type, const double Timestamp) const
263 {
264 return _FactorList.countElement(Type, Timestamp);
265 }
266
267 int FactorGraphStructure::countFactorType(const FactorType Type) const
268 {

Callers 1

removeFactorMethod · 0.80

Calls 1

countElementMethod · 0.80

Tested by

no test coverage detected