Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ Database
Method
Database
src/colmap/scene/database.h:63–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
class Database {
62
public:
63
Database() = default;
64
65
// Closes the database, if not closed before.
66
virtual ~Database() = 0;
Callers
1
test_database_direct_construction_is_disallowed
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_database_direct_construction_is_disallowed
Function · 0.64