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

Method LASintervalStartCell

src/lasinterval.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74LASintervalStartCell::LASintervalStartCell() : LASintervalCell()
75{
76 full = 0;
77 total = 0;
78 last = 0;
79}
80
81LASintervalStartCell::LASintervalStartCell(const U32 p_index) : LASintervalCell(p_index)
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected