Octane v1.01.20 - The Open Compression Toolkit for C++ http://octane.sourceforge.net/
Homepage | Main | Modules | Class Hierarchy | Compound List | File List | Compound Members | Related Pages

compressors/compressor_statistical.hpp File Reference


Detailed Description

Skeleton for statistical compressors.

Remarks:
This is a base class available for use in building statistical coders which use a parser+model+coder component architecture. You can't use this "as-is", you need to derive from it and fill in the constructor at a minimum, to create the appropriate model/parser/coder.
Author:
mouser
Date:
2003.07.29

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...

 

Generated on 20 May 2004 by doxygen 1.3.3