| 173 | } |
| 174 | |
| 175 | void FactorGraphStructure::getResidualID(const FactorID &Factor, ceres::ResidualBlockId &Residual) const |
| 176 | { |
| 177 | _FactorList.getElement(Factor.ID, Factor.Timestamp, Factor.Number, Residual); |
| 178 | } |
| 179 | |
| 180 | void FactorGraphStructure::getErrorModel(const FactorID &Factor, ErrorModelBase* &ErroModel) const |
| 181 | { |
no test coverage detected