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

lightfield.h

Go to the documentation of this file.
00001 #ifndef __VOLUME_LIGHTFIELD_H__
00002 #define __VOLUME_LIGHTFIELD_H__
00003 
00004 #include "../volume.h"
00005 
00006 class vu16;
00007 typedef vu16 vuVolumeLightfield;
00008 
00010 
00011 class vu16 : public vu1
00012 {
00013 protected:
00022   virtual bool read(FILE *file);
00023 
00025 
00027   virtual bool write(FILE *file);
00028 };
00029 
00030 #endif /* __VOLUME_LIGHTFIELD_H__ */

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