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

Method getK

src/integercompressor.hpp:72–72  ·  view source on GitHub ↗

Get the k corrector bits from the last compress/decompress call

Source from the content-addressed store, hash-verified

70
71 // Get the k corrector bits from the last compress/decompress call
72 U32 getK() const {return k;};
73
74private:
75 void writeCorrector(I32 c, ArithmeticModel* model);

Callers 8

writeMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected