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

Method LASindex

src/lasindex.cpp:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50typedef std::unordered_map<I32, U32> my_cell_hash;
51
52LASindex::LASindex()
53{
54 spatial = 0;
55 interval = 0;
56 have_interval = FALSE;
57 start = 0;
58 end = 0;
59 full = 0;
60 total = 0;
61 cells = 0;
62}
63
64LASindex::~LASindex()
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected