MCPcopy Create free account
hub / github.com/LASzip/LASzip / readShort

Method readShort

unused/rangedecoder.cpp:192–197  ·  view source on GitHub ↗

Decode a short without modelling */

Source from the content-addressed store, hash-verified

190
191/* Decode a short without modelling */
192U16 RangeDecoder::readShort()
193{
194 unsigned short tmp = culshift(16);
195 update(1, tmp, 1u<<16);
196 return tmp;
197}
198
199/* Decode an unsigned int without modelling */
200U32 RangeDecoder::readInt()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected