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

Method LASinventory

LASlib/src/lasutility.cpp:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#include <string.h>
38
39LASinventory::LASinventory()
40{
41 U32 i;
42 extended_number_of_point_records = 0;
43 for (i = 0; i < 16; i++) extended_number_of_points_by_return[i] = 0;
44 max_X = min_X = 0;
45 max_Y = min_Y = 0;
46 max_Z = min_Z = 0;
47 max_gps_time = min_gps_time = 0;
48 first = TRUE;
49}
50
51BOOL LASinventory::init(const LASheader* header)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected