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

Method ClearRigs

src/colmap/scene/database_sqlite.cc:1588–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586 }
1587
1588 void ClearRigs() override {
1589 Sqlite3StmtContext context(sql_stmt_clear_rigs_);
1590 SQLITE3_CALL(sqlite3_step(sql_stmt_clear_rigs_));
1591 database_entry_deleted_ = true;
1592 }
1593
1594 void ClearCameras() override {
1595 Sqlite3StmtContext context(sql_stmt_clear_cameras_);

Callers 2

TEST_PFunction · 0.45
ApplyRigConfigFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36