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

Function ShowVersion

src/colmap/exe/colmap.cc:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45using command_func_t = std::function<int(int, char**)>;
46
47void ShowVersion() {
48 std::cout << colmap::GetVersionInfo() << " (" << colmap::GetBuildInfo()
49 << ")\n";
50}
51
52void ShowHelp(
53 const std::vector<std::pair<std::string, command_func_t>>& commands) {

Callers 2

ShowHelpFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected