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

Lightfield/Unimodal/unimodal.h

Go to the documentation of this file.
00001 #ifndef _VU_VOLUME_LIGHTFIELD_UNIMODAL_H_
00002 #define _VU_VOLUME_LIGHTFIELD_UNIMODAL_H_
00003 
00004 #include <stdio.h>
00005 #include "vuString.h"
00006 #include "../lightfield.h"
00007 
00009 
00010 class vu161;
00011 typedef vu161 vuVolumeLightfieldUnimodal;
00012 
00013 class vu161 : public vu16
00014 {
00015 public:
00017 
00021     const char *getDataName(void) const;
00022 
00023 protected:
00032     virtual bool read(FILE *file);
00033 
00035 
00037     virtual bool write(FILE *file);
00038 
00039 protected:
00041     vuString m_DataName;    
00042 };
00043 
00044 #endif /* _VU_VOLUME_LIGHTFIELD_UNIMODAL_H_ */

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