MCPcopy 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
82std::filesystem::path AddFileExtension(std::filesystem::path path,
83 const std::string& ext) {
84 path += ext;
85 return path;
86}
87
88void SplitFileExtension(const std::string& path,
89 std::string* root,

Callers 7

RunMethod · 0.85
RunDenseMapperMethod · 0.85
RunModelConverterFunction · 0.85
RunStereoFuserImplFunction · 0.85
ExportAsMethod · 0.85
FusionMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68