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

Irregular/Multimodal/2d/2d.h

Go to the documentation of this file.
00001 #ifndef _VUVOLUMEIRREGULARMULTIMODAL2D_H_
00002 #define _VUVOLUMEIRREGULARMULTIMODAL2D_H_
00003 
00004 #include "../multimodal.h"
00005 
00006 class vu1421;
00007 typedef vu1421 vuVolumeIrregularMultimodal2d;
00008 
00011 class vu1421 : public vu142
00012 {
00013 public:
00015     vu1421();
00017     vu1421(vu1421& inst);
00019     virtual ~vu1421();
00020 
00022     vu1421& operator=(vu1421& rhs);
00023 
00025     void setDim1Size(int val);
00027     int getDim1Size(void);
00029     void setDim2Size(int val);
00031     int getDim2Size(void);
00032 
00033 protected:
00035     int m_Dim1Size;
00037     int m_Dim2Size;
00038 
00039 };
00040 
00041 #endif

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