| Octane v1.01.20 - The Open Compression Toolkit for C++ | http://octane.sourceforge.net/ | 
#include <samplestatcompressor.hpp>
Inheritance diagram for SampleStatCompressor:

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 OctaneCompressor * | MakeCompressorInstantiation () | 
| Instantiate a compressor from this class (like a factory).  | |
      
  | 
  
| 
 optionally provide a longer (maybe 20-60 characters) description 
 
 Reimplemented from OctaneCompressor_Statistical. Definition at line 46 of file samplestatcompressor.hpp. 
 00046 {return "Sample Statistical Compressor";}
 |