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

Regular/Unimodal/2d/2d.h

Go to the documentation of this file.
00001 #ifndef _VUVOLUMEREGULARUNIMODAL2D_H_
00002 #define _VUVOLUMEREGULARUNIMODAL2D_H_
00003 
00004 #include "../unimodal.h"
00005 
00006 class vu1111;
00007 typedef vu1111 vuVolumeRegularUnimodal2d;
00008 
00010 class vu1111 : public vu111
00011 {
00012 public:
00017     vu1111();
00019     vu1111(vu1111& inst);
00021     virtual ~vu1111();
00022 
00024     vu1111& operator=(vu1111& rhs);
00025 
00027     void setDim1Size(int val);
00029     int getDim1Size(void);
00031     void setDim2Size(int val);
00033     int getDim2Size(void);
00034 
00035 protected:
00037     int m_Dim1Size;
00039     int m_Dim2Size;
00040 
00041 };
00042 
00043 #endif

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