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

Method createBitModel

src/arithmeticdecoder.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130ArithmeticBitModel* ArithmeticDecoder::createBitModel()
131{
132 ArithmeticBitModel* m = new ArithmeticBitModel();
133 return m;
134}
135
136void ArithmeticDecoder::initBitModel(ArithmeticBitModel* m)
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected