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