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

Function usage

LASlib/example/lasexample_write_only.cpp:41–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected