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

Method RangeEncoder

unused/rangeencoder.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50#include <assert.h>
51
52RangeEncoder::RangeEncoder()
53{
54 outstream = 0;
55}
56
57RangeEncoder::~RangeEncoder()
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected