| 87 | } |
| 88 | |
| 89 | bool ExistsTwoViewGeometry(image_t image_id1, |
| 90 | image_t image_id2) const override { |
| 91 | PYBIND11_OVERRIDE_PURE( |
| 92 | bool, Database, ExistsTwoViewGeometry, image_id1, image_id2); |
| 93 | } |
| 94 | |
| 95 | size_t NumRigs() const override { |
| 96 | PYBIND11_OVERRIDE_PURE(size_t, Database, NumRigs); |
nothing calls this directly
no outgoing calls
no test coverage detected