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

Method ExistsRig

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

Source from the content-addressed store, hash-verified

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);
553 }
554
555 bool ExistsCamera(const camera_t camera_id) const override {
556 return ExistsRowId(sql_stmt_exists_camera_, camera_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected