Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

costshannon.h

Go to the documentation of this file.
00001 
00002 #ifndef _COSTSHANNON_H_
00003 #define _COSTSHANNON_H_
00004 
00005 #include "costbase.h"
00006 #include "packnode.h"
00007 
00038 
00039 
00050 class costshannon : public costbase
00051 {
00052 protected:
00053   double costCalc( packnode<double> *node);
00054 
00055 public:
00056 
00060   costshannon( packnode<double> *node ) { traverse( node ); }
00061 };
00062 
00063 #endif

Generated at Tue May 27 21:56:16 2003 for Wavelet compression, determinism and time series forecasting by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001