00001 #ifndef _VUVOLUMEIRREGULARUNIMODAL_H_ 00002 #define _VUVOLUMEIRREGULARUNIMODAL_H_ 00003 00004 #include "../irregular.h" 00005 00006 class vu141; 00007 00009 typedef vu141 vuVolumeIrregularUnimodal; 00010 00011 class vu141 : public vu14 00012 { 00013 public: 00015 vu141(); 00017 vu141(vu141& inst); 00019 virtual ~vu141(); 00020 00022 vu141& operator=(vu141& rhs); 00023 00024 }; 00025 00026 #endif