| 224 | } |
| 225 | |
| 226 | void FactorGraphStructure::getTimesBetween(const FactorType Type, const double StartTime, const double EndTime, std::vector<double> &Times) const |
| 227 | { |
| 228 | _FactorList.getTimesBetween(Type, StartTime, EndTime, Times); |
| 229 | } |
| 230 | |
| 231 | void FactorGraphStructure::getTimesBelow(const FactorType Type, const double EndTime, std::vector<double> &Times) const |
| 232 | { |