00001 #ifndef _VUVOLUMEREGULARUNIMODAL4D_H_ 00002 #define _VUVOLUMEREGULARUNIMODAL4D_H_ 00003 00004 #include "../unimodal.h" 00005 00006 class vu1113; 00007 typedef vu1113 vuVolumeRegularUnimodal4d; 00008 00013 class vu1113 : public vu111 00014 { 00015 public: 00020 vu1113(); 00021 00023 vu1113(const vu1113& inst); 00024 00026 virtual ~vu1113(); 00027 00029 vu1113& operator=(const vu1113& rhs); 00030 00033 dword getDim1Size() const; 00035 dword getDim2Size() const; 00037 dword getDim3Size() const; 00039 dword getDim4Size() const; 00040 00041 protected: 00043 dword m_Dim1Size; 00045 dword m_Dim2Size; 00047 dword m_Dim3Size; 00049 dword m_Dim4Size; 00050 }; 00051 00052 #endif