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

Method readInt

LASzip/src/arithmeticdecoder.cpp:307–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307U32 ArithmeticDecoder::readInt()
308{
309 U32 lowerInt = readShort();
310 U32 upperInt = readShort();
311 return (upperInt<<16)|lowerInt;
312}
313
314F32 ArithmeticDecoder::readFloat() /* danger in float reinterpretation */
315{

Callers 3

read_gps_timeMethod · 0.45
readMethod · 0.45
read_gps_timeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected