MCPcopy Create free account
hub / github.com/LAStools/LAStools / write_version

Function write_version

src/lasvalidate.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77};
78
79static void write_version(ValidateWriter* writer) {
80 std::ostringstream version_oss;
81 version_oss << "lasvalidate (" << VALIDATE_VERSION << ") built with LAStools version " << LAS_TOOLS_VERSION;
82
83 writer->write("version", version_oss.str());
84}
85
86static std::string get_command_line(int argc, char* argv[]) {
87 std::ostringstream command_line_oss;

Callers 1

mainFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected