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

Function usage

example/laszipdllexample.cpp:60–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58#endif
59
60void usage(bool wait=false)
61{
62 fprintf(stderr,"usage:\n");
63 fprintf(stderr,"laszipdllexample\n");
64 fprintf(stderr,"laszipdllexample in.las out.laz\n");
65 fprintf(stderr,"laszipdllexample in.laz out.las\n");
66 fprintf(stderr,"laszipdllexample in.las out.las\n");
67 fprintf(stderr,"laszipdllexample in.laz out.laz\n");
68 fprintf(stderr,"laszipdllexample -h\n");
69 if (wait)
70 {
71 fprintf(stderr,"<press ENTER>\n");
72 getc(stdin);
73 }
74 exit(1);
75}
76
77static void dll_error(laszip_POINTER laszip)
78{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected