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

Method ClearMatches

src/colmap/scene/database_sqlite.cc:1630–1634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1628 }
1629
1630 void ClearMatches() override {
1631 Sqlite3StmtContext context(sql_stmt_clear_matches_);
1632 SQLITE3_CALL(sqlite3_step(sql_stmt_clear_matches_));
1633 database_entry_deleted_ = true;
1634 }
1635
1636 void ClearTwoViewGeometries() override {
1637 Sqlite3StmtContext context(sql_stmt_clear_two_view_geometries_);

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36