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

Method LASintervalCell

src/lasinterval.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51typedef std::set<LASintervalStartCell*> my_cell_set;
52
53LASintervalCell::LASintervalCell()
54{
55 start = 0;
56 end = 0;
57 next = 0;
58}
59
60LASintervalCell::LASintervalCell(const U32 p_index)
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected