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

Function usage

LASlib/example/lasexample_write_only_with_extra_bytes.cpp:43–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected