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

Method getTimeFirst

src/FactorGraphStructure.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 }
246
247 bool FactorGraphStructure::getTimeFirst(const FactorType Type, double& FirstTime) const
248 {
249 return _FactorList.getTimeFirst(Type, FirstTime);
250 }
251
252 bool FactorGraphStructure::getTimeLast(const FactorType Type, double& LastTime) const
253 {

Calls

no outgoing calls

Tested by

no test coverage detected