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

Method LASprogress

LASlib/inc/lasprogress.hpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41{
42public:
43 LASprogress(const LASreader* lasreader) : LASprogress((U64)lasreader->npoints)
44 {
45 };
46
47 LASprogress(U64 nmax)
48 {

Callers

nothing calls this directly

Calls 1

resetFunction · 0.85

Tested by

no test coverage detected