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

wave_hurst.h

Go to the documentation of this file.
00001 
00002 #ifndef WAVE_HURST_H
00003 #define WAVE_HURST_H
00004 
00005 #include "hurst_test_base.h"
00006 
00011 class wave_hurst : public hurst_test_base
00012 {
00013 private:
00014   wave_hurst( const wave_hurst &rhs );
00015 
00016 public:
00017   wave_hurst( const char *path ) : hurst_test_base( path ) {}
00018   ~wave_hurst() {}
00019 
00020   void test();
00021 }; // wave_hurst
00022 
00023 #endif

Generated at Thu May 22 21:12:35 2003 for Hurst Exponent Calculation and Supporting Statistics by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001