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

BCC/Unimodal/unimodal.h

Go to the documentation of this file.
00001 #ifndef _VUVOLUMEBCCUNIMODAL_H_
00002 #define _VUVOLUMEBCCUNIMODAL_H_
00003 
00004 #include "../bcc.h"
00005 #include "vuString.h"
00006 
00007 class vu151;
00008 typedef vu151 vuVolumeBccUnimodal;
00009 
00011 class vu151 : public vu15
00012 {
00013 public:
00015 
00019     const char *getDataName(void) const;
00020 
00021 protected:
00023 
00028     virtual bool read(FILE *file);
00030 
00032     virtual bool write(FILE *file);
00033 
00034 protected:
00036     vuString m_DataName;
00037 };
00038 
00039 #endif

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