00001 #ifndef _VUVOLUMEREGULARMULTIMODAL3D_H_ 00002 #define _VUVOLUMEREGULARMULTIMODAL3D_H_ 00003 00004 #include "../multimodal.h" 00005 00006 class vu1122; 00007 typedef vu1122 vuVolumeRegularMultimodal3d; 00008 00011 class vu1122 : public vu112 00012 { 00013 public: 00017 vu1122(); 00018 00020 vu1122(const vu1122& inst); 00021 00023 virtual ~vu1122(); 00024 00026 vu1122& operator=(const vu1122& rhs); 00027 00030 dword getDim1Size() const; 00031 00034 dword getDim2Size() const; 00035 00038 dword getDim3Size() const; 00039 00040 protected: 00043 dword m_Dim1Size; 00046 dword m_Dim2Size; 00049 dword m_Dim3Size; 00050 }; 00051 00052 #endif