| 62 | } |
| 63 | |
| 64 | bool ExistsImageWithName(const std::string& name) const override { |
| 65 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsImageWithName, name); |
| 66 | } |
| 67 | |
| 68 | bool ExistsPosePrior(pose_prior_t pose_prior_id, |
| 69 | bool is_deprecated_image_prior = true) const override { |
nothing calls this directly
no outgoing calls
no test coverage detected