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

Method getTimeLast

src/FactorGraphStructure.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 bool FactorGraphStructure::getTimeLast(const FactorType Type, double& LastTime) const
253 {
254 return _FactorList.getTimeLast(Type, LastTime);
255 }
256
257 void FactorGraphStructure::getFactorTypes(std::vector<FactorType> &Factors) const
258 {

Callers 2

setVariableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected