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

Function usage

LASlib/example/lasexample_simple_classification.cpp:43–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#include "laswriter.hpp"
42
43void usage(bool error=false, bool wait=false)
44{
45 fprintf(stderr,"usage:\n");
46 fprintf(stderr,"lasexample_simple_classification -i in.las -o out.las\n");
47 fprintf(stderr,"lasexample_simple_classification -i in.laz -step 2.0 -range 0.5 -o out.laz\n");
48 fprintf(stderr,"lasexample_simple_classification -h\n");
49 if (wait)
50 {
51 fprintf(stderr,"<press ENTER>\n");
52 getc(stdin);
53 }
54 exit(error);
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