| 60 | } // namespace |
| 61 | |
| 62 | BundleAdjustmentController::BundleAdjustmentController( |
| 63 | const OptionManager& options, |
| 64 | std::shared_ptr<Reconstruction> reconstruction) |
| 65 | : options_(options), reconstruction_(std::move(reconstruction)) {} |
| 66 | |
| 67 | void BundleAdjustmentController::Run() { |
| 68 | THROW_CHECK_NOTNULL(reconstruction_); |
nothing calls this directly
no outgoing calls
no test coverage detected