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

Regular/Multimodal/2d/2d.h

Go to the documentation of this file.
00001 #ifndef _VUVOLUMEREGULARMULTIMODAL2D_H_
00002 #define _VUVOLUMEREGULARMULTIMODAL2D_H_
00003 
00004 #include "../multimodal.h"
00005 
00006 class vu1121;
00007 typedef vu1121 vuVolumeRegularMultimodal2d;
00012 class vu1121 : public vu112
00013 {
00014 public:
00018     vu1121();
00019 
00021     vu1121(const vu1121& inst);
00022 
00024     virtual ~vu1121();
00025 
00027     vu1121& operator=(const vu1121& rhs);
00028 
00031     dword getDim1Size(void) const;
00034     dword getDim2Size(void) const;
00035 
00036 protected:
00037 
00040     dword m_Dim1Size;
00041 
00044     dword m_Dim2Size;
00045 };
00046 
00047 #endif

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