Octane v1.01.20 - The Open Compression Toolkit for C++ | http://octane.sourceforge.net/ |
Definition in file compressor_statistical.hpp.
#include "../modelers/modeler.hpp"
#include "../parsers/parser.hpp"
#include "../coders/coder.hpp"
#include "../bitio/bitio.hpp"
#include "compressor.hpp"
#include "../core/compressormanager.hpp"
Go to the source code of this file.
Compounds | |
class | OctaneCompressor_Statistical |
The Statistical compressor class is a base class from which to derive specific statistical compressors that make use of the parser/modeler/coder framework. More... |