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

Function main

tools/lasdump/Dumper.cpp:40–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#include "Lasdump.hpp"
39
40int main(int argc, char *argv[])
41{
42 std::deque<std::string> args;
43
44 for (int i = 1; i < argc; ++i)
45 args.push_back(argv[i]);
46 pdal::lasdump::Dumper d(args);
47 if (!d.error())
48 d.dump();
49}
50
51namespace
52{

Callers

nothing calls this directly

Calls 2

errorMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected