Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Fourier/Unimodal/unimodal.h

Go to the documentation of this file.
00001 #ifndef _VUVOLUMEFOURIERUNIMODAL_H_
00002 #define _VUVOLUMEFOURIERUNIMODAL_H_
00003 
00004 #include "../fourier.h"
00005 #include "vuString.h"
00006 
00007 class vu171;
00008 typedef vu171 vuVolumeFourierUnimodal;
00009 
00011 class vu171 : public vu17
00012 {
00013 public:
00015 
00019     const char *getDataName(void) const;
00020 
00021 protected:
00024 
00030     virtual bool read(FILE *file);
00032 
00034     virtual bool write(FILE *file);
00035 
00036 protected:
00038     vuString m_DataName;    
00039 };
00040 
00041 #endif

Generated on Wed Dec 15 21:20:32 2004 for vuVolume by  doxygen 1.3.9.1