MCPcopy Create free account
hub / github.com/PDAL/PDAL / usage

Function usage

tools/lasdump/Dumper.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52{
53
54void usage(const std::string& err = "")
55{
56 if (!err.empty())
57 std::cerr << "Error: " << err << "\n";
58 std::cerr << "Usage: lasdump [-o <output filename>] <las/las file>\n";
59}
60
61}
62

Callers 1

processArgsMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected