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

Method Settings

example/laszippertest.cpp:218–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216{
217public:
218 Settings(unsigned int num_pts, bool random, bool use_stream) :
219 num_points(num_pts),
220 use_random(random),
221 use_iostream(use_stream)
222 {
223 logfile = fopen("zippertest.log","w");
224 return;
225 }
226
227 ~Settings()
228 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected