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

Method Close

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

Source from the content-addressed store, hash-verified

547 ~SqliteDatabase() override { CloseImpl(); }
548
549 void Close() override { CloseImpl(); }
550
551 bool ExistsRig(const rig_t rig_id) const override {
552 return ExistsRowId(sql_stmt_exists_rig_, rig_id);

Callers 2

TEST_PFunction · 0.45
hideEventMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36