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

SampleStatCompressor Class Reference
[Compressors]

#include <samplestatcompressor.hpp>

Inheritance diagram for SampleStatCompressor:

OctaneCompressor_Statistical OctaneCompressor OctaneClass List of all members.

Detailed Description

This Sample Statistical Compressor is a minimal example of how to coordinate the 3 components of the statistical compressor framework, a sample parser,modeler,and coder.

Definition at line 35 of file samplestatcompressor.hpp.

Public Member Functions

 SampleStatCompressor (bool registerme=false)
 constructor

 ~SampleStatCompressor ()
 destructor

virtual std::string GetClassName ()
 Get the assigned name of an instantiated compressor.

virtual std::string GetDescription ()
 optionally provide a longer (maybe 20-60 characters) description

virtual OctaneCompressorMakeCompressorInstantiation ()
 Instantiate a compressor from this class (like a factory).


Member Function Documentation

virtual std::string SampleStatCompressor::GetDescription  )  [inline, virtual]
 

optionally provide a longer (maybe 20-60 characters) description

Returns:
a one line description

Reimplemented from OctaneCompressor_Statistical.

Definition at line 46 of file samplestatcompressor.hpp.

00046 {return "Sample Statistical Compressor";}


The documentation for this class was generated from the following files:  
Generated on 20 May 2004 by doxygen 1.3.3