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

Regular/Unimodal/unimodal.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef _VUVOLUMEREGULARUNIMODAL_H_
00004 #define _VUVOLUMEREGULARUNIMODAL_H_
00005 
00006 #include "../regular.h"
00007 #include "vuString.h"
00008 
00009 class vu111;
00010 typedef vu111 vuVolumeRegularUnimodal;
00011 
00013 class vu111 : public vu11
00014 {
00015 public:
00017 
00021     const char *getDataName(void) const;
00022 
00023 protected:
00025 
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