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

Method createBitModel

LASzip/src/arithmeticencoder.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169ArithmeticBitModel* ArithmeticEncoder::createBitModel()
170{
171 ArithmeticBitModel* m = new ArithmeticBitModel();
172 return m;
173}
174
175void ArithmeticEncoder::initBitModel(ArithmeticBitModel* m)
176{

Callers 2

initCompressorMethod · 0.45
initDecompressorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected