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

Function usage

LASlib/example/lasexample.cpp:42–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#include "laswriter.hpp"
41
42void usage(bool wait=false)
43{
44 fprintf(stderr,"usage:\n");
45 fprintf(stderr,"lasexample in.las out.las\n");
46 fprintf(stderr,"lasexample -i in.las -o out.las -verbose\n");
47 fprintf(stderr,"lasexample -ilas -olas < in.las > out.las\n");
48 fprintf(stderr,"lasexample -h\n");
49 if (wait)
50 {
51 fprintf(stderr,"<press ENTER>\n");
52 getc(stdin);
53 }
54 exit(1);
55}
56
57static void byebye(bool error=false, bool wait=false)
58{

Callers 7

mainFunction · 0.70
laserrorusageMethod · 0.50
parse_baseMethod · 0.50
parseMethod · 0.50
parseMethod · 0.50
parseMethod · 0.50
parseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected