| 199 | } |
| 200 | |
| 201 | void FactorGraphStructure::getFactorIDs(const FactorType Type, std::vector<FactorID> &Factors) const |
| 202 | { |
| 203 | _FactorList.getUniqueIDs(Type, Factors); |
| 204 | } |
| 205 | |
| 206 | void FactorGraphStructure::getErrorModels(const FactorType Type, std::vector<ErrorModelBase*> &Models) const |
| 207 | { |
no test coverage detected