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

Method sort

src/lascopcindex.cpp:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 virtual ~Octant() {};
259
260 void sort()
261 {
262 load();
263 if (point_buffer) {
264 qsort((void*)point_buffer, point_count, point_size, compare_buffers);
265 }
266 };
267 I32 npoints() const { return point_count; };
268
269 virtual void load() { return; };

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected