Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ get32bitsLE
Method
get32bitsLE
LASzip/src/bytestreamin_array.hpp:201–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
inline void ByteStreamInArrayLE::get32bitsLE(U8* bytes)
202
{
203
getBytes(bytes, 4);
204
}
205
206
inline void ByteStreamInArrayLE::get64bitsLE(U8* bytes)
207
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected