| 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 | { |
no outgoing calls
no test coverage detected