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

Function zero

LASzip/src/laspoint.hpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 zero();
49 };
50 void zero() {
51 memset(data, 0, 29);
52 };
53 inline U8 getIndex() const {
54 return data[0];
55 };

Callers 3

laszip_dllMethod · 0.85
laspoint.hppFile · 0.85
cleanFunction · 0.85

Calls 1

zeroMethod · 0.45

Tested by

no test coverage detected