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

Regular/Multimodal/4d/4d.h

Go to the documentation of this file.
00001 #ifndef _VUVOLUMEREGULARMULTIMODAL4D_H_
00002 #define _VUVOLUMEREGULARMULTIMODAL4D_H_
00003 
00004 #include "../multimodal.h"
00005 
00006 class vu1123;
00007 typedef vu1123 vuVolumeRegularMultimodal4d;
00008 
00012 class vu1123 : public vu112
00013 {
00014 public:
00015 
00019     vu1123();
00020 
00022     vu1123(const vu1123& inst);
00023 
00025     virtual ~vu1123();
00026 
00028     vu1123& operator=(const vu1123& rhs);
00029 
00032     dword getDim1Size() const;
00033     dword getDim2Size() const;
00034     dword getDim3Size() const;
00035     dword getDim4Size() const;
00036 
00037 protected:
00038     dword m_Dim1Size;
00039     dword m_Dim2Size;
00040     dword m_Dim3Size;
00041     dword m_Dim4Size;
00042 };
00043 
00044 #endif

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