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

Method get_number_intervals

src/lasinterval.cpp:151–154  ·  view source on GitHub ↗

get total number of intervals

Source from the content-addressed store, hash-verified

149
150// get total number of intervals
151U32 LASinterval::get_number_intervals() const
152{
153 return number_intervals;
154}
155
156// merge cells (and their intervals) into one cell
157BOOL LASinterval::merge_cells(const U32 num_indices, const I32* indices, const I32 new_index)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected