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

Method ClearFrames

src/colmap/scene/database_sqlite.cc:1600–1604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1598 }
1599
1600 void ClearFrames() override {
1601 Sqlite3StmtContext context(sql_stmt_clear_frames_);
1602 SQLITE3_CALL(sqlite3_step(sql_stmt_clear_frames_));
1603 database_entry_deleted_ = true;
1604 }
1605
1606 void ClearImages() override {
1607 Sqlite3StmtContext context(sql_stmt_clear_images_);

Callers 2

TEST_PFunction · 0.45
ApplyRigConfigFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36