Construct with measurement, variance and LandmarkSubset.
| 46 | |
| 47 | // Construct with measurement, variance and LandmarkSubset. |
| 48 | DepthError::DepthError(double depth, const information_t& information, double first_depth) { |
| 49 | // LOG(INFO) << "DepthError initialization"; |
| 50 | setMeasurement(depth, first_depth); |
| 51 | setInformation(information); |
| 52 | } |
| 53 | |
| 54 | void DepthError::setInformation(const information_t& information) { |
| 55 | information_ = information; |
nothing calls this directly
no outgoing calls
no test coverage detected