MCPcopy Create free account
hub / github.com/colmap/colmap / ClearTwoViewGeometries

Method ClearTwoViewGeometries

src/pycolmap/scene/database.cc:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 }
428
429 void ClearTwoViewGeometries() override {
430 PYBIND11_OVERRIDE_PURE(void, Database, ClearTwoViewGeometries);
431 }
432
433 void BeginTransaction() const override {
434 PYBIND11_OVERRIDE_PURE(void, Database, BeginTransaction);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected