Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/LZH/HuffStat.hpp

Go to the documentation of this file.
00001 #ifndef __J2K__LZH__HuffStat_HPP__
00002 #define __J2K__LZH__HuffStat_HPP__
00003 
00004 #include <j2k/LZH/HuffStatTmp.hpp>
00005 
00006 class HuffStat {
00007 public:
00008   HuffStat();
00009   virtual ~HuffStat();
00010 
00011 protected:
00012   int makeSortedTmp( HuffStatTmpStruct* );
00013 
00014 public:
00015   HUFFINT* stat;
00016 };
00017 
00018 #endif

Generated on Sun Oct 14 18:46:32 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001