Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ AddFileExtension
Function
AddFileExtension
src/colmap/util/file.cc:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
std::filesystem::path AddFileExtension(std::filesystem::path path,
83
const std::string& ext) {
84
path += ext;
85
return path;
86
}
87
88
void SplitFileExtension(const std::string& path,
89
std::string* root,
Callers
7
Run
Method · 0.85
RunDenseMapper
Method · 0.85
RunModelConverter
Function · 0.85
RunStereoFuserImpl
Function · 0.85
ExportAs
Method · 0.85
Fusion
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68