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

Method get_number_cells

LASzip/src/lasinterval.cpp:145–148  ·  view source on GitHub ↗

get total number of cells

Source from the content-addressed store, hash-verified

143
144// get total number of cells
145U32 LASinterval::get_number_cells() const
146{
147 return (U32)((my_cell_hash*)cells)->size();
148}
149
150// get total number of intervals
151U32 LASinterval::get_number_intervals() const

Callers 1

completeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected