Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dll
Method · 0.85
laspoint.hpp
File · 0.85
clean
Function · 0.85
Calls
1
zero
Method · 0.45
Tested by
no test coverage detected