| 74 | } |
| 75 | |
| 76 | void Build(const BuildOptions& options, |
| 77 | const FeatureDescriptorsFloat& descriptors) override { |
| 78 | PYBIND11_OVERRIDE_PURE(void, VisualIndex, Build, options, descriptors); |
| 79 | } |
| 80 | |
| 81 | void Write(const std::filesystem::path& path) const override { |
| 82 | PYBIND11_OVERRIDE_PURE(void, VisualIndex, Read); |
nothing calls this directly
no outgoing calls
no test coverage detected