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

Function usage

LASlib/example/lasexample_add_rgb.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_with_rgb in.las out.las\n");
46 fprintf(stderr,"lasexample_with_rgb -i in.laz -o out_with_rgb.laz -verbose\n");
47 fprintf(stderr,"lasexample_with_rgb -ilas -olaz < in.las > out_with_rgb.laz\n");
48 fprintf(stderr,"lasexample_with_rgb -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 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected