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

Method ClearTwoViewGeometries

src/colmap/scene/database_sqlite.cc:1636–1640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1634 }
1635
1636 void ClearTwoViewGeometries() override {
1637 Sqlite3StmtContext context(sql_stmt_clear_two_view_geometries_);
1638 SQLITE3_CALL(sqlite3_step(sql_stmt_clear_two_view_geometries_));
1639 database_entry_deleted_ = true;
1640 }
1641
1642 void BeginTransaction() const override {
1643 SQLITE3_EXEC(THROW_CHECK_NOTNULL(database_), "BEGIN TRANSACTION", nullptr);

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36